From 3dd4d4adf50bca00fee0041a1c684367b4b6b57c Mon Sep 17 00:00:00 2001 From: ed-mor Date: Mon, 8 Feb 2021 22:41:00 -0400 Subject: [PATCH] When we install the Inertia stack, the file does not exist, there is the diff "resources/js/Layouts/GuestLayout.vue" --- 2.x/concept-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/concept-overview.md b/2.x/concept-overview.md index edac2b9..91d3861 100644 --- a/2.x/concept-overview.md +++ b/2.x/concept-overview.md @@ -40,7 +40,7 @@ After installation, your Jetstream application will contain two "layouts". First #### The Guest / Authentication Layout -In addition to the application layout, Jetstream creates a "guest" layout that is used to define the layout for Jetstream's authentication-related pages, such as your application's login, registration, and password reset pages. When using the Livewire stack, this layout is defined at `resources/views/layouts/guest.blade.php` and rendered by the `App\View\Components\GuestLayout` class. When using the Inertia stack, this layout is defined at `resources/js/Layouts/GuestLayout.vue`. +In addition to the application layout, Jetstream creates a "guest" layout that is used to define the layout for Jetstream's authentication-related pages, such as your application's login, registration, and password reset pages. When using the Livewire stack, this layout is defined at `resources/views/layouts/guest.blade.php` and rendered by the `App\View\Components\GuestLayout` class. When using the Inertia stack, this layout is defined at the VUE component `resources/js/Pages/Welcome.vue`. ### Dashboard