laravel: update to cover newest installer (#4360)
This commit is contained in:
@@ -15,9 +15,17 @@
|
|||||||
|
|
||||||
`laravel new {{name}} --force`
|
`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:
|
- List the available installer commands:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user