Laravel 13 PHP Attributes: Cleaner Eloquent Models Without Breaking Anything June 29, 2026 laravel eloquent php php-attributes tools-for-php-developers Laravel 13 lets you declare Eloquent config like fillable, hidden, and table with native PHP attributes. Here is how the new syntax works in practice. Read more →
Laravel 13 JSON:API Resources: Spec-Compliant APIs Without a Package June 11, 2026 laravel php api json-api eloquent Laravel 13 ships first-party JSON:API resources. Learn how JsonApiResource handles attributes, relationships, sparse fieldsets, and includes. Read more →
Laravel 12's Automatic Eager Loading: Finally Solving N+1 Without Thinking About It May 4, 2026 laravel php eloquent performance n-plus-one eager-loading laravel12 database orm Laravel 12.8 introduces automatic relationship eager loading that silently eliminates N+1 query problems — no more forgetting `with()` on every query. Read more →