Laravel 12.9 Introduces Memoized Cache Driver.
nabilhassen.com/laravel-129-introduces-memoized-cache-driver
Laravel 12.7 adds whereAttachedTo() — a cleaner way to query BelongsToMany relationships using model instances or collections.
nabilhassen.com/new-in-laravel-127-whereattachedto-for-belongstomany-relationships
Laravel 11.42 & 11.43 introduces fluent numeric validation and new conditional prohibition rules.
nabilhassen.com/fluent-numeric-validation-and-conditional-prohibition-rules-in-laravel
New Laravel query builder methods:
- withWhereRelation for filtering eager-loaded relationships
- findSole for ensuring a single record match.
nabilhassen.com/new-query-builder-methods-added-in-laravel-1143
Learn about the 13 most common HTTP status code errors in Laravel, their causes, examples, and solutions to troubleshoot and improve your application's reliability.
nabilhassen.com/13-common-http-errors-in-laravel-and-how-to-fix-them