Laravel 12 is now released, introducing new starter kits for React, Vue, and Livewire, and updating the latest upstream dependencies.
The core of the Laravel framework this year is focused on maintenence, updating upstream dependencies, and delivering brand new starter kits:
This is primarily a maintenance focused release that updates upstream dependencies and has minimal breaking changes or major few features.
Because of that, the vast majority of applications will be able to upgrade with no changes to your application's code. 🚀
As more and more applications are built with Laravel, we're focusing on shipping new features continually throughout the year without breaking changes, with our yearly releases being utilized to update dependencies or address new PHP version compatibility.
We've seen many steller features in Laravel 11 Releases this year, and will continue to see regular updates to Laravel 12 as this year unfolds.
Introducing New Starter Kits
Laravel 12 includes new starter kits, including React, Vue, or Livewire support. These will include Shadcn components, and for the Livewire stack, there is the option for a free version of Flux components. In addition, each starter kit offers a WorkOS AuthKit variant:
- Social authentication
- Passkey authentation
- Email-based auth
- SSO with WorkOS
You can learn more about using the new starter kits in the documentation.
PHP 8.2 minimum support continues
Laravel 12 continues to require PHP 8.2 as the minimum PHP version. As mentioned, "This is primarily a maintenance focused release that updates upstream dependencies and has minimal breaking changes or major few features."
Install Laravel 12
If you are using Laravel Herd update to the latest version to get the new installer. Without Herd, you can use the Laravel Installer:
composer global require laravel/installer
Then run:
laravel new projectname
Upgrade to Laravel 12
Laravel Shift is the easiest way to upgrade but you can also follow the upgrade guide in the Laravel docs.
Laravel Support Policy
For all Laravel releases, bug fixes are provided for 18 months and security fixes are provided for 2 years. For all additional libraries, including Lumen, only the latest major release receives bug fixes.
Version | PHP (*) | Release | Bug Fixes Until | Security Fixes Until |
---|---|---|---|---|
Laravel 10 | 8.1 - 8.3 | February 14th, 2023 | August 6th, 2024 | February 4th, 2025 |
Laravel 11 | 8.2 - 8.4 | March 12th, 2024 | September 3rd, 2025 | March 12th, 2026 |
Laravel 12 | 8.2 - 8.4 | February 24th, 2025 | August 13th, 2026 | February 24th, 2027 |
Laravel 13 | TBD | TBD | TBD | TBD |