From 8a23369b4230618064162261e326d077fa16e2a3 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 28 Jul 2022 10:24:41 +1000 Subject: [PATCH 1/3] reference the Vite docs --- 2.x/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2.x/installation.md b/2.x/installation.md index 3068106..ac9d9cc 100644 --- a/2.x/installation.md +++ b/2.x/installation.md @@ -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 documentation](https://laravel.com/docs/vite#ssr) and over on the [Inertia documentation site](https://inertiajs.com/server-side-rendering). + ### Finalizing The Installation After installing Jetstream, you should install and build your NPM dependencies and migrate your database: From 3f0715158e0ec806d90f823ac03a5208edb44292 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2022 09:02:37 -0500 Subject: [PATCH 2/3] Update installation.md --- 2.x/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/installation.md b/2.x/installation.md index ac9d9cc..999ccfe 100644 --- a/2.x/installation.md +++ b/2.x/installation.md @@ -45,7 +45,7 @@ The Inertia stack may also be installed with SSR support: php artisan jetstream:install inertia --ssr ``` -You can read more about running the SSR server in the [Laravel Vite plugin documentation](https://laravel.com/docs/vite#ssr) and over on the [Inertia documentation site](https://inertiajs.com/server-side-rendering). +You can read more about running the SSR server in the [Laravel Vite plugin documentation](https://laravel.com/docs/vite#ssr) and within the [Inertia documentation](https://inertiajs.com/server-side-rendering). ### Finalizing The Installation From 73c415d7c5d0c857d08f613f57cde9bd764865ce Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2022 09:03:09 -0500 Subject: [PATCH 3/3] Update installation.md --- 2.x/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/installation.md b/2.x/installation.md index 999ccfe..63b97d4 100644 --- a/2.x/installation.md +++ b/2.x/installation.md @@ -45,7 +45,7 @@ The Inertia stack may also be installed with SSR support: php artisan jetstream:install inertia --ssr ``` -You can read more about running the SSR server in the [Laravel Vite plugin documentation](https://laravel.com/docs/vite#ssr) and within the [Inertia documentation](https://inertiajs.com/server-side-rendering). +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