Support the ongoing development of Laravel.io →
posted 9 years ago
Installation

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!

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

acacha acacha Joined 24 Feb 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.