2021-01-18 17:10:49 +00:00
|
|
|
# lambo
|
|
|
|
|
|
|
|
> A super-powered `laravel new` for Laravel and Valet.
|
|
|
|
> See also `lambo new` for additional command flags.
|
2025-04-27 10:59:15 +03:00
|
|
|
> More information: <https://github.com/tighten/lambo#usage>.
|
2021-01-18 17:10:49 +00:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`lambo edit-config {{[-e|--editor]}} "{{path/to/editor}}"`
|
2021-01-18 17:10:49 +00:00
|
|
|
|
|
|
|
- Open the configuration file that is run after new applications have been scaffolded:
|
|
|
|
|
|
|
|
`lambo edit-after`
|