Skip to content

Commit 324fc6a

Browse files
authored
Merge pull request #43 from owenvoke/feature/laravel-12
docs: add Laravel Zero 12.x upgrade guide
2 parents 5d1565b + bf9f8fe commit 324fc6a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

upgrade.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Laravel Zero Upgrade Guide
55

66
# Upgrade Guide
77

8+
- [Upgrading To 12.0 From 11.x](#upgrade-12.0.0)
89
- [Upgrading To 11.0 From 10.x](#upgrade-11.0.0)
910
- [Upgrading To 10.0 From 9.x](#upgrade-10.0.0)
1011
- [Upgrading To 9.0 From 8.x](#upgrade-9.0.0)
@@ -15,6 +16,19 @@ description: Laravel Zero Upgrade Guide
1516
- [Upgrading To 5.7 From 5.6](#upgrade-5.7.0)
1617
- [Upgrading To 5.6 From 4.0](#upgrade-5.6.0)
1718

19+
<a name="upgrade-12.0.0"></a>
20+
## Upgrading to 12.0 from 11.x
21+
22+
### Estimated upgrade time: 5-10 minutes
23+
24+
> We attempt to document every possible breaking change. Since some of these breaking changes are in obscure parts of the framework only a portion of these changes may actually affect your application.
25+
26+
### Updating dependencies
27+
28+
Update your `laravel-zero/framework` dependency to `^12.0` in your `composer.json` file.
29+
30+
If you are using any components (Database, Queue, etc.) that use Illuminate dependencies, these will need to be updated to `^12.17`.
31+
1832
<a name="upgrade-11.0.0"></a>
1933
## Upgrading to 11.0 from 10.x
2034

0 commit comments

Comments
 (0)