We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fe891 commit ceba201Copy full SHA for ceba201
src/installation.md
@@ -30,15 +30,23 @@ Jetstream should only be installed into new Laravel applications. Attempting to
30
31
```bash
32
php artisan jetstream:install livewire
33
+```
34
+
35
+If you would like "teams" support, you can provide the `--teams` directive to the install command:
36
37
+```bash
38
php artisan jetstream:install livewire --teams
39
```
40
41
#### Or, Install Jetstream With Inertia
42
43
44
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:
48
49
50
php artisan jetstream:install inertia --teams
51
52
0 commit comments