Form whom it may concern:
I create a lot of new Laravel projects every week with my students in classroom. In most of the projects Laravel debugbar and other packages are a must so we repeat a lot of operations when starting new projects.
So I created a Laravel package for installing this tools with a single command inspired in Laravel spark tool see too at:
https://github.com/acacha/llum
You can:
composer global require acacha/llum
laravel new app
cd app
llum debugbar
or for Laravel Ide helper
llum idehelper
Or
llum devtools
For booth. Also you can:
llum boot
This installs Laravel Debugbar, idehelper, create and configure sqlite database and launch your laravel app in your default browser.
I hope this could be useful for somebody!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community