1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/laravel.md
2019-06-05 23:42:48 -03:00

20 lines
374 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`
- List the available installer commands:
`laravel list`