Files
cheatsheet-tldr/tldr/lambo
2025-07-31 00:21:38 +00:00

27 lines
623 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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#usage>.
- 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 {{[-e|--editor]}} "{{path/to/editor}}"`
- Open the configuration file that is run after new applications have been scaffolded:
`lambo edit-after`