Set default STACK in config (e.g. STACK=jetstream+inertia,teams)
camya opened this issue · 0 comments
camya commented
Lambo helps me to create my preferred Laravel Stack easy by passing the option --breeze=blade
. I use this 100% of the time.
Feature Request: Allow to set the default STACK in config
Instead of passing --breeze=blade every time, it could be a great time saver to just define the default stack in the ~/.lambo/config
file.
Examples:
STACK=breeze+blade
STACK=jetstream+livewire,teams
The available options could be:
STACK=breeze+blade
STACK=breeze+vue
STACK=breeze+react
STACK=jetstream+inertia
STACK=jetstream+inertia,teams
STACK=jetstream+livewire
STACK=jetstream+livewire,teams
A user can still overwrite this value on the command line, e.g. lambo project-name --breeze=vue