1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 20:04:57 +02:00
tldr/pages/common/lambo.md
2021-01-18 14:10:49 -03:00

21 lines
514 B
Markdown

# lambo
> A super-powered `laravel new` for Laravel and Valet.
> See also `lambo new` for additional command flags.
> More information: <https://github.com/tighten/lambo>.
- Create a new Laravel application:
`lambo new {{app_name}}`
- Open the configuration in your default editor:
`lambo edit-config`
- Open the configuration in a specific editor:
`lambo edit-config --editor="{{path/to/editor}}"`
- Open the configuration file that is run after new applications have been scaffolded:
`lambo edit-after`