Skip to content

Commit 8f1ae6c

Browse files
committed
wip
1 parent 3166420 commit 8f1ae6c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: 2.x/installation.md

-8
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ php artisan jetstream:install inertia --ssr
4747

4848
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.
4949

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-
5850
### Finalizing The Installation
5951

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

0 commit comments

Comments
 (0)