diff --git a/pages/common/laravel.md b/pages/common/laravel.md index a609667d2c..6629c26c91 100644 --- a/pages/common/laravel.md +++ b/pages/common/laravel.md @@ -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: