Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

acacha's avatar

Speed up you laravel development workflow illuminating packages with acacha llum

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!

0 likes
0 replies

Please or to participate in this conversation.