mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
laravel: add page (#2022)
This commit is contained in:
parent
fcbf05ed20
commit
9c2b975e5e
19
pages/common/laravel.md
Normal file
19
pages/common/laravel.md
Normal 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`
|
Loading…
Reference in New Issue
Block a user