Skip to content

Commit db55bca

Browse files
author
Joel Butcher
committed
udpate UPGRADE.md
1 parent 5457098 commit db55bca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADE.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ Rename the `resources/views/navigation-dropdown.blade.php` file to `navigation-m
9191

9292
#### Authentication Views
9393

94-
In order for Jetstream 2.x to continue to render your Blade based authentication views, you should add the following code to the `boot` method of your application's `JetstreamServiceProvider` class:
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:
95+
96+
php artisan vendor:publish --tag=jetstream-v2-inertia-files
97+
98+
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:
9599

96100
```php
97101
use Illuminate\Support\Facades\Route;

0 commit comments

Comments
 (0)