We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lambo helps me to create my preferred Laravel Stack easy by passing the option --breeze=blade. I use this 100% of the time.
--breeze=blade
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.
~/.lambo/config
Examples: STACK=breeze+blade STACK=jetstream+livewire,teams
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
lambo project-name --breeze=vue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
A user can still overwrite this value on the command line, e.g.
lambo project-name --breeze=vue
The text was updated successfully, but these errors were encountered: