laravel: update to cover newest installer (#4360)

This commit is contained in:
Owen Voke
2020-09-29 11:29:45 +01:00
committed by GitHub
parent 23cc14bc94
commit 8448b30acc

View File

@@ -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: