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
Copy file name to clipboardexpand all lines: UPGRADE.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -91,11 +91,11 @@ Rename the `resources/views/navigation-dropdown.blade.php` file to `navigation-m
91
91
92
92
#### Authentication Views
93
93
94
-
In order to use the new Vue based authentication, you will first need to publish a few assets. To do so, run the following command:
94
+
Jetstream 2.0's Inertia stack uses Vue based authentication pages. In order to use the new Vue based authentication pages, you will need to publish them using the `vendor:publish` Artisan command:
If you wish to to continue to render your Blade based authentication views in Jetstream 2.x, you should add the following code to the `boot` method of your application's `JetstreamServiceProvider` class:
98
+
Or, if you wish to to continue to render your Blade based authentication views in Jetstream 2.x, you should add the following code to the `boot` method of your application's `JetstreamServiceProvider` class:
0 commit comments