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.

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

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).

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.

Backend DevelopmentPHPFrameworkLaravel
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.