Skip to content

Commit ed67606

Browse files
authored
[5.x] Adds upgrade guide (#1445)
1 parent 7012263 commit ed67606

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

UPGRADE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Upgrade Guide
22

3+
## Upgrading from Jetstream 4.x to Jetstream 5.x
4+
5+
> **Note**
6+
> This upgrade guide only discusses upgrading to Jetstream 5.x. Upgrading your Laravel, Tailwind, Livewire, or Inertia installations is outside the scope of this documentation and may not be strictly required in order to use Jetstream 5.x. Please consult the upgrade guides for those libraries for information on their upgrade process.
7+
8+
- [Changes Common To Both Stacks](#jetstream-5x-changes-common-to-both-stacks)
9+
10+
### Jetstream 5.x Changes Common To Both Stacks
11+
12+
#### Dependency Versions
13+
14+
You should upgrade your `laravel/jetstream` dependency to `^5.0` within your application's `composer.json` file. Then, run the `composer update` command:
15+
16+
composer update
17+
318
## Upgrading from Jetstream 3.x to Jetstream 4.x
419

520
> **Note**

0 commit comments

Comments
 (0)