LaravelEloquentNative Eager Load Limit- Jan 04, 2025Laravel 11 brings native support for limiting eager loaded relationships, fixing a long-standing "n+1 with limit" issue.
LaravelEloquentMethod-Based Model Casts- May 09, 2024Laravel 11 introduces a static casts() method for defining eloquent attribute casting, offering more power than the property array.
LaravelEloquentEager Loading Only Required Attributes in Laravel Relationships- Jan 16, 2020Learn how to optimize eager loading in Laravel relationships by loading only the required attributes.