Skip to content

Commit ceba201

Browse files
authored
Update installation.md (#98)
1 parent 96fe891 commit ceba201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,23 @@ Jetstream should only be installed into new Laravel applications. Attempting to
3030

3131
```bash
3232
php artisan jetstream:install livewire
33+
```
34+
35+
If you would like "teams" support, you can provide the `--teams` directive to the install command:
3336

37+
```bash
3438
php artisan jetstream:install livewire --teams
3539
```
3640

3741
#### Or, Install Jetstream With Inertia
3842

3943
```bash
4044
php artisan jetstream:install inertia
45+
```
46+
47+
If you would like "teams" support with the Inertia stack, provide the `--teams` directive to the install command:
4148

49+
```bash
4250
php artisan jetstream:install inertia --teams
4351
```
4452

0 commit comments

Comments
 (0)