Releases

Announcing Inertia 2.0: Redefining Frontend Development for Laravel

Inertia 2.0 brings powerful new features to Laravel frontend development including async requests, deferred props, prefetching, and polling. Learn how these improvements help you build faster, more responsive applications without the complexity of maintaining a separate API.

Joe Tannenbaum Dec, 10 2024

Vapor: PHP 8.4 Is Now Supported

Starting today, you may use PHP 8.4 in your Vapor environments. To get started, simply specify "php-8.4:al2" as your preferred runtime in your "vapor.yml" configuration file.

Mohamed Said Nov, 22 2024

Laravel 11 Now Available

Today, we're thrilled to announce the release of Laravel 11 and Laravel Reverb.

Taylor Otwell Mar, 12 2024

Octane + FrankenPHP

Today, we're super excited to announce a new Laravel Octane integration: FrankenPHP - a modern PHP server, developed by Kévin Dunglas, that supports modern web features such as early hints, automatic SSL certificate management, and Zstandard compression.

Nuno Maduro Dec, 19 2023

Introducing Volt: An elegantly crafted functional API for Livewire

Volt is an elegantly crafted functional API for Livewire, allowing component's PHP logic and Blade templates to coexist in the same file. Behind the scenes, the functional API is compiled to Livewire class components and linked with the template present in the same file.

Nuno Maduro Jul, 26 2023

Introducing Folio: Page Based Routing

Today, we are releasing the first beta of Laravel Folio. Folio is a powerful page-based router designed to simplify routing in Laravel applications. With Laravel Folio, generating a route becomes as effortless as creating a Blade template within your application's "resources/views/pages" directory.

Nuno Maduro Jul, 25 2023

Laravel Loves PHP 8.2

Last week saw the official release of PHP 8.2, bringing with it features such as read-only classes, DNF types, and...

Joe Dixon Dec, 19 2022

Vapor: PHP 8.2 Release Candidate Is Now Supported

Starting today, you may use PHP 8.2 Release Candidates in your Vapor environments. To get started, simply specify "php-8.2:al2" as your preferred runtime in your "vapor.yml" configuration file.

Joe Dixon Oct, 17 2022

Laravel: New Environment Encryption Commands

Laravel v9.32.0 saw the release of two new Artisan commands; `env:encrypt` and `env:decrypt`.

Joe Dixon Oct, 11 2022

Laravel: New DB Commands

Following last week's release, which again focused on Artisan, this week Laravel v9.24 introduces three new DB commands and more.

Taylor Otwell Aug, 9 2022

Laravel: New "about" Command

Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. Another newly introduced command is "about". This command displays information about your application's environment.

James Brooks Jul, 19 2022

Laravel: New "model:show" Command

Following on from the recently introduced fresh new look for Artisan, we took some time to identify new Artisan commands to further improve the Laravel experience. One of the newly introduced commands is "model:show". This command dumps out the model and table highlights for the given model.

Jess Archer Jul, 19 2022
Follow the RSS Feed.