Laravel 8.74.0 Release Notes: New Features, Fixes, and Changes
The Laravel 8.74.0 release introduces new commands, helper methods, Eloquent aggregation, string reversal, database notification type customization, full‑text indexing, and several bug fixes and performance improvements, while also upgrading Symfony to 5.4 and refining queue connection handling.
The Laravel framework has been updated to version 8.74.0, bringing a collection of new features, bug fixes, and enhancements.
Added
Added an optional except parameter to the PruneCommand command (issues #39749, be4afcc).
Introduced Illuminate\Foundation\Application::hasDebugModeEnabled() (issue #39755).
Added Illuminate\Support\Facades\Event::fakeExcept() and Illuminate\Support\Facades\Event::fakeExceptFor() (issue #39752).
Provided aggregation methods for the Eloquent driver (issue #39772).
Added undot() noise‑reduction method to the Arr helper and collections (issue #39729).
Added a string reversal method reverse (issue #39816).
Enabled custom column type definition in database notifications via databaseType (issue #39811).
Implemented full‑text index functionality (issue #39821).
Fixed
Fixed loading the bus service provider outside the framework (issue #39740).
Fixed a log deprecation warning when an empty driver does not exist (issue #39809).
Changed
Validated the queue connection name before parsing the connection (issue #39751).
Upgraded Symfony to version 5.4 (issue #39827).
Optimized the execution time of the unique method (issue #39822).
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.
