From da641ffb56c0b5e59db97e7bc0b6d754ddc0cbcb Mon Sep 17 00:00:00 2001 From: Caleb Porzio Date: Wed, 24 Apr 2024 16:32:27 -0400 Subject: [PATCH] Update installation.md --- src/installation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/installation.md b/src/installation.md index 5c29330..c077c0e 100644 --- a/src/installation.md +++ b/src/installation.md @@ -30,7 +30,11 @@ Jetstream should only be installed into new Laravel applications. Attempting to ```bash php artisan jetstream:install livewire +``` + +If you would like "teams" support, you can provide the `--teams` directive to the install command: +```bash php artisan jetstream:install livewire --teams ``` @@ -38,7 +42,11 @@ php artisan jetstream:install livewire --teams ```bash php artisan jetstream:install inertia +``` + +If you would like "teams" support with the Inertia stack, provide the `--teams` directive to the install command: +```bash php artisan jetstream:install inertia --teams ```