What is the Roadmap For Any Future Laravel Releases?
Laravel follows a predictable annual release cycle, with major versions typically launching in Q1 (February). Minor and patch releases occur weekly without breaking changes, ensuring a stable, secure, and modern development experience.
Laravel Support Policy
Each major release receives bug fixes for 18 months and security updates for 2 years. This gives developers ample time to upgrade safely while maintaining application stability and security.
Laravel Versions & Timeline (2025–2028)
| Version | Release Date | Bug Fixes Until | Security Fixes Until | PHP Requirement |
|---|---|---|---|---|
| Laravel 12 | Feb 2025 | Aug 2026 | Feb 2027 | 8.2+ |
| Laravel 13 | Feb 2026 | Aug 2027 | Feb 2028 | 8.3+ |
| Laravel 14 (Projected) | Feb 2027 | Aug 2028 | Feb 2029 | 8.4+ (Projected) |
Key Features of Laravel 13
- PHP 8.3 Minimum: Fully leverages modern PHP features like Typed Class Constants and improved Readonly properties.
- Reverb Database Driver: Stores WebSocket connection states in the database, enabling easier horizontal scaling for real-time apps.
- Cache::touch() Method: Refreshes cache expiration without retrieving data first, improving performance for high-traffic applications.
- Flux UI & shadcn/ui Starter Kits: Breeze and Jetstream are deprecated; new projects should use these modern Livewire or React/Vue kits, with optional WorkOS integration for SSO and Passkeys.
- Strict Eloquent Booting: Prevents creating new model instances in the boot() method, avoiding recursive loops and side effects.
- Concurrency Defaults: PendingRequest::pool() now defaults to 2, ensuring HTTP requests run concurrently by default.
- Enhanced Developer Experience: Updates to Artisan commands, improved error messages, and refined testing utilities for faster CI/CD workflows.
- Security & Dependency Updates: Symfony component upgrades, stricter argument handling, and modernized authentication guards for enterprise compliance.
Future Laravel Directions
Laravel is laying the groundwork for AI integrations, microservices, advanced caching, and serverless-ready applications. WorkOS AuthKit support across starter kits simplifies SSO and passkey authentication for modern enterprise applications.
Summary & Recommendations
With Laravel 12 still supported until 2027 and Laravel 13 arriving in early 2026, developers have a smooth upgrade path. Staying current ensures access to modern PHP features, improved real-time capabilities, enhanced security, and performance optimizations. Laravel’s roadmap reflects a commitment to stability, innovation, and developer productivity.
Related Answers
Still need help?
Talk to our Laravel experts
We've handled GDPR/CCPA compliance for dozens of EU & US Laravel.
