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 →