Tempest 3.0: The PHP Framework That Gets Out of Your Way May 19, 2026 php tempest framework php85 orm developer-tools backend Tempest 3.0 is the forward-thinking PHP framework requiring PHP 8.5, with a new exception handler, faster ORM, and a discovery system that removes boilerplate. 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 →