News

Laravel 12 is Now Released

Published Updated
Laravel 12 is Now Released image

Release updates

Never miss a Laravel release

Get an email whenever a new Laravel release lands.

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
Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Rulebook: Business Rules That Change by Date image

Laravel Rulebook: Business Rules That Change by Date

Read article
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article