Laravel Version History 2026
Laravel 13 is the current stable release — launched March 17, 2026 with zero breaking changes and PHP 8.3+ required.
Laravel Version History & Support Timeline
| Version | Release Date | PHP Required | Bug Fixes Until | Security Until | Status |
|---|---|---|---|---|---|
| Laravel 13 | March 17, 2026 | PHP 8.3–8.4 | September 2027 | February 2028 | Current stable |
| Laravel 12 | Feb 24, 2025 | PHP 8.2–8.4 | August 13, 2026 | February 2027 | Security only |
| Laravel 11 | March 2024 | PHP 8.2–8.3 | September 2024 | March 2026 | End of life |
| Laravel 10 | February 2023 | PHP 8.1–8.2 | August 2023 | February 2025 | End of life |
| Laravel 9 | February 2022 | PHP 8.0–8.1 | August 2022 | February 2024 | End of life |
Support dates follow Laravel's official policy: 18 months bug fixes, 2 years security fixes per major release.
What's New in Laravel 13
Released March 17, 2026 with zero breaking changes. All new features are optional — existing Laravel 12 application code works without modification.
PHP Attributes
Optional alternatives to class properties on models, controllers, jobs, commands, listeners, mailables, and notifications. Old property syntax still works with zero breaking changes.
Laravel AI SDK
Production-stable provider-agnostic SDK for text generation, tool-calling agents, image creation, audio synthesis, and embeddings. It supports OpenAI and Anthropic with retries, error normalisation, and queue integration.
Cache::touch()
Extend a cache key TTL without re-fetching the value. Useful when cached data is still valid but needs a longer lifetime.
Reverb database driver
Run Laravel Reverb WebSockets without Redis. The database driver gives teams a simpler deployment option for smaller real-time workloads.
Passkey authentication
Passkeys are built into starter kits through updated Fortify integration. Teams can adopt modern passwordless authentication without custom plumbing.
Queue::route()
Centralise job-to-queue and connection routing in a service provider. Queue routing rules can move out of individual job classes.
JSON:API resources
First-party support for the JSON:API specification. API responses can follow the standard without relying on a separate package.
PreventRequestForgery middleware
Origin-aware CSRF protection on top of token-based checks. It adds another request validation layer for browser-originated traffic.
Zero breaking changes
Application code from Laravel 12 continues to work without rewrites. The upgrade path is designed to take under 10 minutes once PHP is ready.
Upgrading from Laravel 12 to Laravel 13
- Zero breaking changes — no application code rewrites needed
- PHP 8.3+ is required — upgrade PHP first if you are on 8.2
- Run: composer require laravel/framework:^13.0 then php artisan migrate
# 1. Upgrade PHP to 8.3+ first (if not already)
# 2. Update composer.json
composer require laravel/framework:^13.0
# 3. Run migrations
php artisan migrate
# 4. Clear caches
php artisan optimize:clearNeed help with the upgrade? See our Laravel upgrade service →Frequently Asked Questions
Related Laravel Resources
Everything you need to work with Laravel in 2026.
Laravel PHP Compatibility Matrix — every version mapped
Full table of Laravel versions matched to PHP requirements, EOL dates and upgrade paths.
Laravel 12 for Enterprise — what changed and what to upgrade
Breaking changes, new defaults, and what enterprise teams need to action before upgrading.
Laravel Upgrade Guide — step-by-step, zero downtime
How to upgrade your Laravel app safely — covering dependency resolution, testing, and deployment.
Is Laravel Still Worth Using in 2026?
An honest assessment of Laravel's relevance, ecosystem health, and alternatives in 2026.
Building Enterprise Laravel Apps in 2026
Architecture patterns, queue management, API design, and team structure for large Laravel projects.
Hire a Laravel Developer — Dedicated Team, 48hr Onboarding
Work with our Laravel team on your next project. Flexible hourly, fixed, or dedicated engagement.
Laravel 13 Official Release Notes
Full changelog and feature documentation from the Laravel team.
Official Laravel 13 Upgrade Guide
Step-by-step upgrade instructions from the Laravel documentation.
Need Help Upgrading to Laravel 13?
Our team has handled 50+ Laravel upgrades. We assess your app, plan the migration, and ship without downtime.