You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
49
49
50
-
#### Dark Mode
51
-
52
-
If you would like to include "dark mode" support when scaffolding your application's frontend, provide the `--dark` directive when executing the `jetstream:install` command:
53
-
54
-
```bash
55
-
php artisan jetstream:install livewire --dark
56
-
```
57
-
58
50
### Finalizing The Installation
59
51
60
52
After installing Jetstream, you should install and build your NPM dependencies and migrate your database:
0 commit comments