mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
19 lines
331 B
Markdown
19 lines
331 B
Markdown
# laravel
|
|
|
|
> A command line installer for the Laravel framework.
|
|
|
|
- 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`
|
|
|
|
- List the available installer commands:
|
|
|
|
`laravel list`
|