mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
laravel: update to cover newest installer (#4360)
This commit is contained in:
parent
23cc14bc94
commit
8448b30acc
1 changed files with 10 additions and 2 deletions
|
@ -15,9 +15,17 @@
|
|||
|
||||
`laravel new {{name}} --force`
|
||||
|
||||
- Install the Laravel authentication scaffolding:
|
||||
- Install the Laravel Jetstream scaffolding:
|
||||
|
||||
`laravel new {{name}} --auth`
|
||||
`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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue