lambo, lambo-new: add page (#5139)

This commit is contained in:
Owen Voke
2021-01-18 17:10:49 +00:00
committed by GitHub
parent 3753db1d47
commit d022d1f1d4
2 changed files with 57 additions and 0 deletions

21
pages/common/lambo.md Normal file
View File

@@ -0,0 +1,21 @@
# 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`