laravel: add page (#2022)

italian
Todd Austin 2018-03-11 09:31:37 -05:00 committed by Starbeamrainbowlabs
parent fcbf05ed20
commit 9c2b975e5e
1 changed files with 19 additions and 0 deletions

19
pages/common/laravel.md Normal file
View File

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