Skip to content
New issue

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

Set default STACK in config (e.g. STACK=jetstream+inertia,teams) #179

Open
camya opened this issue Sep 12, 2022 · 0 comments
Open

Set default STACK in config (e.g. STACK=jetstream+inertia,teams) #179

camya opened this issue Sep 12, 2022 · 0 comments

Comments

@camya
Copy link

camya commented Sep 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant