Search

Scaffold Packages with the `laravel package` Command in Laravel Installer v5.31.0 image

Scaffold Packages with the `laravel package` Command in Laravel Installer v5.31.0

Laravel Installer v5.31.0 introduces a command to scaffold Laravel packages, along with environment variable propagation for node-less setups and auto...

Read article
Laravel Idempotency: HTTP Idempotency Middleware for Laravel image

Laravel Idempotency: HTTP Idempotency Middleware for Laravel

Laravel Idempotency is a package by Wendell Adriel that adds HTTP idempotency to Laravel routes, replaying cached responses for duplicate requests and...

Read article
Laravel Sluggable image

Laravel Sluggable

Laravel Sluggable is an opinionated take on automatic slug generation for Eloquent models

Read article
Laravel OpenAPI CLI: Generate Artisan Commands from Your API Spec image

Laravel OpenAPI CLI: Generate Artisan Commands from Your API Spec

Create Laravel commands for your OpenAPI specs with Laravel OpenAPI CLI

Read article
Laravel 12.45.1, 12.45.2, and 12.46.0 Released image

Laravel 12.45.1, 12.45.2, and 12.46.0 Released

Laravel released three new framework versions on January 7, 2026, bringing valuable new array and collection helpers, enhanced Gate authorization with...

Read article
Laravel in the First Half of 2025 image

Laravel in the First Half of 2025

July 2nd was the midpoint of 2025, and I thought it would be nice to recap some of the most memorable moments so far this year at Laravel News.

Read article
The Evolution of the Laravel Welcome Page image

The Evolution of the Laravel Welcome Page

Look at how the Laravel welcome page has evolved over the years.

Read article
Laravel 10.11 Released image

Laravel 10.11 Released

Laravel 10.11 is here with the ability to retrieve a timestamp Carbon instance from a UUID, making the new Sleep class macroable, and more.

Read article
Laravel 9.7 Released image

Laravel 9.7 Released

The Laravel team released Laravel v9.7.0 with a whereIn() route parameter constraint method, a Str::squish() helper, JSON path query enhancements, and...

Read article
Anonymous Migrations in Laravel image

Anonymous Migrations in Laravel

The Laravel team released Laravel 8.37 with anonymous migration support. Learn about how to start using this feature now in your Laravel 8 application...

Read article
How the Laravel Release Process Works image

How the Laravel Release Process Works

In this tutorial, learn how the Laravel release process works, the move to semver, and more.

Read article
Laravel Breeze Now With Inertia.js image

Laravel Breeze Now With Inertia.js

Laravel released an Inertia.js option for the Laravel Breeze starter kit that provides a minimal starting point to build Laravel apps with authenticat...

Read article
Laravel Sail image

Laravel Sail

Taylor Otwell released Laravel Sail—a lightweight CLI for interacting with Laravel’s default docker environment.

Read article
Laravel Envoyer API Package image

Laravel Envoyer API Package

Laravel Envoyer SDK is a community package by Steve McDougall to work with the Laravel Envoyer API.

Read article
Laravel Debugbar Gets a Big UI Update image

Laravel Debugbar Gets a Big UI Update

Laravel Debugbar UI got a big UI update thanks to the work of Tristan Mouchet.

Read article
Laravel 7.1.2 is released to address a possible XSS related attack vector in Blade Components image

Laravel 7.1.2 is released to address a possible XSS related attack vector in Blade Components

Laravel v7.1.2 has just been tagged and released to address a security issue in the Blade Component tag attributes

Read article
Laravel Installer Updated With Auth Scaffolding image

Laravel Installer Updated With Auth Scaffolding

Taylor Otwell released a new feature for the Laravel Installer v2.3.0 which includes the auth scaffolding using the new –auth flag.

Read article
New Password Confirmation Flow for Logged In Users in Laravel 6.2 image

New Password Confirmation Flow for Logged In Users in Laravel 6.2

Laravel released v6.2 yesterday with a new password confirmation feature that enables you to require a logged-in user to re-enter their password befor...

Read article
Bulk Insertion Performance Improvements in Laravel v5.8.19 image

Bulk Insertion Performance Improvements in Laravel v5.8.19

The Laravel team released Laravel 5.8.19 with an update that improves performance on large bulk inserts with Eloquent.

Read article
Laravel Views now support html as a file type in v5.8.18 image

Laravel Views now support html as a file type in v5.8.18

The Laravel team released Laravel 5.8.18 with HTML as a valid extension option for views.

Read article
Laravel 5.8.17 Released With a “Tappable” Trait image

Laravel 5.8.17 Released With a “Tappable” Trait

The Laravel team released Laravel 5.8.17 yesterday with a new Tappable trait, a dumpHeaders test method, and quite a few other new features.

Read article
Laravel 5.8.16 Adds New Migration Events image

Laravel 5.8.16 Adds New Migration Events

The Laravel team released Laravel v5.8.16 yesterday with new migration events and adds the ‘Renderable’ contract to the MailMessage class....

Read article
Laravel 5.8.11 Released image

Laravel 5.8.11 Released

The Laravel team released Laravel 5.8.11 yesterday with the ability to call date macros directly on the Date facade, a configurable lock on the local...

Read article
Laravel 5.8.9 Released image

Laravel 5.8.9 Released

The Laravel team released Laravel 5.8.9 this week, adding opt-in event discovery and the latest fixes and changes in the Laravel 5.8 release.

Read article
Laravel 5.8.8 Released image

Laravel 5.8.8 Released

The Laravel team released Laravel 5.8.8 yesterday with a new query builder method along with the latest fixes and changes in the 5.8 branch.

Read article
Laravel 5.8.3 Released image

Laravel 5.8.3 Released

The Laravel team released Laravel 5.8.3 yesterday adding a ‘countBy()’ collection method and a few protected methods to Laravel framework...

Read article
Laravel 5.7.28 Released image

Laravel 5.7.28 Released

The Laravel team released Laravel 5.7.28 yesterday with added support for Pheanstalk 4 and configuration of token guard keys.

Read article
Laravel 5.7.26 Released image

Laravel 5.7.26 Released

The Laravel team released Laravel 5.7.26 yesterday with a new pipeline method and a method to temporarily bypass model events.

Read article
Laravel 5.7.25 Released image

Laravel 5.7.25 Released

The Laravel team released Laravel 5.7.25 yesterday with translations for relative date validation messages and computed column support for MSSQL schem...

Read article
Laravel 5.7.23 Released image

Laravel 5.7.23 Released

The Laravel team and contributors released Laravel v5.7.23 yesterday, along with a fix for the ‘ResetPassword’ notification in v5.7.24.

Read article
Laravel Cashier 9 Released image

Laravel Cashier 9 Released

The Laravel team released Laravel Cashier v9.0 this week requiring an upgrade of PHP and upping the minimum Laravel version to Laravel v5.7. Learn mor...

Read article
Laravel 5.6.26 Released image

Laravel 5.6.26 Released

Laravel 5.6.26 was released June 20th with allowing the passing of the recipient name in mail notifications; the table name is now passed to post-migr...

Read article
Laravel 5.6.17 Released image

Laravel 5.6.17 Released

Laravel v5.6.17 comes with helpers to make subquery joins more straightforward, along with a few minor changes and locking Carbon at 1.25.* on the Lar...

Read article
Laravel 5.4.17 is released image

Laravel 5.4.17 is released

Today Laravel released v5.4.17 and it includes several new features including a Collection Times method, improvements to the migrations, and more. Col...

Read article
F-Bar – Manage your Laravel Forge Servers from your Mac’s Menubar image

F-Bar – Manage your Laravel Forge Servers from your Mac’s Menubar

F-Bar is a brand new Mac App made by EASTWEST, that allows you to manage your Laravel Forge servers from your Menubar.

Read article
Laravel v5.3.19 is now released image

Laravel v5.3.19 is now released

Laravel released v5.3.19 which includes a few small changes and improvements as well as a complete rewrite of the middleware sorting so that middlewar...

Read article
Lumen 5.1 Released image

Lumen 5.1 Released

Lumen 5.1 is now released and available to all. This release features the recently released Laravel 5.1 components, a move to PSR-2, and various bug f...

Read article
Laravel Localization Package image

Laravel Localization Package

Laravel localization is a package to handle localized routes. It supports Laravel version 4.0 all the way to the just released Laravel 5. It includes...

Read article
Laravel Homestead 2.0 image

Laravel Homestead 2.0

A brand new release of Homestead is available. Check out the post on Laravel News for links with more details.

Read article
Should I use Laravel 4 or 5? image

Should I use Laravel 4 or 5?

This has been a hot question lately. It is always asked anytime a future release of anything hits the news. Of course the answer to the question is nu...

Read article
Acquaint Softtech logo

Acquaint Softtech

Acquaint Softtech offers AI-ready Laravel developers who onboard in 48 hours at $3000/Month with no lengthy sales process and a 100 percent money-back guarantee.

Acquaint Softtech
PhpStorm logo

PhpStorm

The go-to PHP IDE with extensive out-of-the-box support for Laravel and its ecosystem.

PhpStorm
No Compromises logo

No Compromises

Joel and Aaron, the two seasoned devs from the No Compromises podcast, are now available to hire for your Laravel project. ⬧ Flat rate of $9500/mo. ⬧ No lengthy sales process. ⬧ No contracts. ⬧ 100% money back guarantee.

No Compromises
Pushsilver logo

Pushsilver

Pushsilver is simple invoicing for freelancers and small studios — send polished invoices, automate reminders, and get paid on time without the bloat.

Pushsilver
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift