Skip to content

docs: add Laravel Zero 12.x upgrade guide #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Laravel Zero Upgrade Guide

# Upgrade Guide

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

<a name="upgrade-12.0.0"></a>
## Upgrading to 12.0 from 11.x

### Estimated upgrade time: 5-10 minutes

> 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.

### Updating dependencies

Update your `laravel-zero/framework` dependency to `^12.0` in your `composer.json` file.

If you are using any components (Database, Queue, etc.) that use Illuminate dependencies, these will need to be updated to `^12.17`.

<a name="upgrade-11.0.0"></a>
## Upgrading to 11.0 from 10.x

Expand Down