โ˜… Packages that make developing Laravel apps easier

1 ยท Freek Van der Herten ยท Feb. 13, 2017, 9:18 a.m.
In this post I'd like to share some of the packages that make developing a Laravel app easier. laravel-debugbar This package really needs no introduction as it is one of the most popular packages around. It's made by Barry Vd. Heuvel and it's a real powerhouse. Once the package is installed it displays a debugbar in your browser that shows a lot of useful info such as the executed queries, which views are used, which controller built up the page, and much much more. https://github.com/barryvdh/...