Skip to content

Commit b7a9a25

Browse files
committed
Add Laravel version to upgrade guide
1 parent e0c0630 commit b7a9a25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
> **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.
66
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+
715
### Install Vite and the Laravel Plugin
816

917
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

Comments
 (0)