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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
> **Note:** This upgrade guide does not cover all possible Mix use cases, such as Sass compilation. Please consult the [Vite documentation](https://vitejs.dev/guide/) for information on configuring Vite for these scenarios.
6
6
7
+
### Update Laravel Framework
8
+
9
+
To make use of the new Vite integration, you will need to update to at least version `9.19.0` of the `laravel/framework` package:
10
+
11
+
```sh
12
+
composer require laravel/framework:^9.19.0
13
+
```
14
+
7
15
### Install Vite and the Laravel Plugin
8
16
9
17
First, you will need to install [Vite](https://vitejs.dev/) and the [Laravel Vite Plugin](https://www.npmjs.com/package/laravel-vite-plugin) using your npm package manager of choice:
0 commit comments