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
4 changes: 3 additions & 1 deletion 2.x/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ php artisan jetstream:install inertia
php artisan jetstream:install inertia --teams
```

The Inertia stack may also be installed with [SSR support](https://inertiajs.com/server-side-rendering):
The Inertia stack may also be installed with SSR support:

```bash
php artisan jetstream:install inertia --ssr
```

You can read more about running the SSR server in the [Laravel Vite plugin](https://laravel.com/docs/vite#ssr) and [Inertia](https://inertiajs.com/server-side-rendering) documentation.

### Finalizing The Installation

After installing Jetstream, you should install and build your NPM dependencies and migrate your database:
Expand Down