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 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)
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
Laravel Tech Community
Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
