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 5a66608 commit 8792932Copy full SHA for 8792932
README.md
@@ -19,14 +19,14 @@ php artisan jetstream:install inertia
19
npx laravel-jetstream-react@latest install
20
```
21
22
-It supports teams and/or SSR
+It supports teams, SSR, and dark mode
23
24
```bash
25
composer create-project laravel/laravel myapp
26
cd myapp
27
composer require laravel/jetstream
28
-php artisan jetstream:install inertia --teams --ssr
29
-npx laravel-jetstream-react@latest install --teams --ssr
+php artisan jetstream:install inertia --teams --ssr --dark
+npx laravel-jetstream-react@latest install --teams --ssr --dark
30
31
32
## Components
0 commit comments