1
0
Fork 0
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:
Owen Voke 2020-09-29 11:29:45 +01:00 committed by GitHub
parent 23cc14bc94
commit 8448b30acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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