Laravel 13: wat je moet weten over de volgende grote stap van het PHP-framework.
Laravel blijft zich ontwikkelen als een van de populairste PHP-frameworks, en met de aankomende release van Laravel 13, gepland voor het eerste kwartaal van 2026, zet het project opnieuw een focus op modernisering, performance en ontwikkelaarservaring.
Release and support overview
Laravel 13 is expected in Q1 2026, according to the official release and support policy. This means you still have plenty of time to upgrade from Laravel 12, whose bug fixes continue until August 2026 and security updates until February 2027. Laravel 13 itself is expected to get bug fixes until around Q3 2027 and security fixes until Q1 2028.
A key upgrade is that Laravel 13 requires PHP 8.3 or higher as a minimum runtime, providing the basis for a cleaner, more modern code base without outdated constructs.
What's new in Laravel 13?
Laravel 13 focuses mainly on quality improvements and modernisation rather than one big shake-up. This makes the framework faster, more stable and easier to maintain for teams of all sizes.
Modern basics and dependencies.
Symfony 7.4 and 8.0 support Laravel works with the latest Symfony components in areas such as HTTP, console and routing, which helps to future-proof the framework.
PHP 8.3 minimum By supporting only PHP 8.3+, Laravel can remove obsolete layers and take advantage of newer language features.
PHPP 8.3 minimum By supporting only PHP 8.3+, Laravel can remove obsolete layers and take advantage of newer language features.
Practical improvements for developers.
Cache::touch() A new method to extend the TTL (time-to-live) of cached items without fetching them first, which can improve performance in busy applications.
Smarter subdomain routing Routes specifically for subdomains are now pre-registered, which avoids routing conflicts and makes them more manageable.
Model boot-time restrictions Laravel prevents new model instances from being created during the boot phase of a model - which helps avoid unexpected side effects.
Expected and community-discussed features.
Several sources within the Laravel community and development industries suggest additional improvements that further enhance the developer experience:
Granular job-retry controlMore control over how jobs are retried with new properties such as maxExceptions.
Improved Artisan toolingPossible new generator commands and better CLI experience with more feedback and colour coding.
Stateless broadcasting support and typed properties For real-time features and better IDE support.
Security and dependency upgrades Laravel keeps components up to date with the latest security patches from the PHP ecosystem.
Security and dependency upgrades Laravel keeps components up-to-date with the latest security patches from the PHP ecosystem.
How can you get started with Laravel 13 right now?
Laravel 13 is still under development, but you can already experiment by using the dev branch via Composer or the Laravel Installer (--dev). In that case, make sure you have PHP 8.3 running locally.
Using a dev release in production is not recommended, but it is ideal for exploring features in advance and getting your code ready for the upgrade.
What does Laravel 13 mean for your projects?
Laravel 13 does not come with one huge feature-bomb, but offers a series of enhancements that in the longer term will enable faster, more robust and future-ready applications:
Better performance and more modern architecture due to the removal of legacy code and dependencies.
More developer convenience with new cache functions, routing logic and CLI improvements.
More advanced tools for job-handling, real-time apps and model interactions.
For teams looking to scale up and future-proof codebases, it makes sense to start planning for the Laravel 13 upgrade now - especially since PHP 8.3 support represents a significant shift towards more modern PHP practices.
Conclusion: Laravel 13 is a strategic evolution.
Laravel 13 promises no revolutionary features, but a major strategic upgrade. The release focuses on core modernisation, performance improvements, better tooling and a cleaner code base - all built on the solid support of PHP 8.3+ and modern Symfony components.
Expected around Q1 2026, Laravel 13 helps teams be ready for tomorrow's digital challenges, focusing on stability, developer experience and scalability.
Ready for the next step? We are too.
Want to know more about Laravel? Let's connect.
Worth reading next...
What is Legacy Software and how do you deal with it?
DMP vs CDP: what's the difference and what's in it for you?