Laravel 8.14.0 Release Notes: New Features, Fixes, and Changes

Laravel 8.14.0 has been released, introducing new capabilities such as unique job dispatching, Model encryption, MySQL dump support, custom broadcast channels, and route constraint helpers, while fixing several bugs and adjusting behavior of seeders, SQLite commands, and other components.

Laravel Tech Community
Laravel Tech Community
Laravel Tech Community
Laravel 8.14.0 Release Notes: New Features, Fixes, and Changes

Laravel 8.14.0 has been released. Laravel is an open‑source PHP web framework created by Taylor Otwell, following the MVC architecture and offering features such as Rails‑style agile development, deep Composer integration, and a thriving PHP ecosystem.

Added:

Ability to dispatch a unique job (#35042, 2123e60)

Added Model::encryptUsing() (#35080)

Support for MySQL dump and socket usage (#35083, c43054b)

In notification broadcast channels, allow custom broadcastWith (#35142)

Added

Illuminate\Routing\CreatesRegularExpressionRouteConstraints::whereAlphaNumeric()

(#35154)

Fixed:

Corrected the make:seeder command name error in ModelMakeCommand (#35107)

Do not damage migration table names in configuration when dumping schema (110eb15)

Fixed attachable attributes in Blade components (#35131)

Removed decryption of array cookies from cookie decryption (#35130)

If mapWithKeys model is missing, convert the Eloquent collection to a base collection (#35129)

Changed:

Adjusted dispatch of DatabaseRefreshed event to fire before running seeders (#35091)

Handle false returns from reportable callbacks (55f0b5e)

Updated

Illuminate\Database\Schema\Grammars\MySqlGrammar::typeTimestamp()

(#35143)

In PendingCommand, after converting to expectedOutput, removed expectedTables (#35163)

Changed SQLite schema command environment variables to work on Windows (#35164)

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

FrameworkLaravel
Laravel Tech Community
Written by

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.