tldr/pages/common/laravel.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

33 lines
684 B
Markdown

# laravel
> A command-line installer for the Laravel framework.
> More information: <https://laravel.com>.
- Create a new Laravel application:
`laravel new {{name}}`
- Use the latest development release:
`laravel new {{name}} --dev`
- Overwrite if the directory already exists:
`laravel new {{name}} --force`
- Install the Laravel Jetstream scaffolding:
`laravel new {{name}} --jet`
- Install the Laravel Jetstream scaffolding with a specific stack:
`laravel new {{name}} --jet --stack {{livewire|inertia}}`
- Install the Laravel Jetstream scaffolding with support for teams:
`laravel new {{name}} --jet --teams`
- List the available installer commands:
`laravel list`