Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,23 @@ 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
```

#### Or, Install Jetstream With Inertia

```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
```

Expand Down