Laravel News
@laravelnews.com
5.8K followers
110 following
940 posts
Your news source for the Laravel PHP Framework. Email us at [email protected]
Posts
Media
Videos
Starter Packs
Laravel News
@laravelnews.com
· 10d
Fixing Queries & Adding Indexes: From 400 Queries to 4 - Laravel In Practice EP6 - Laravel News
Transform your Laravel dashboard from 400+ queries to just 4 with strategic eager loading and database indexes. Learn how loadMissing() eliminates N+1 queries, composite indexes turn full table scans into lightning-fast lookups, and EXPLAIN commands prove your optimizations work. Real-world fixes that cut response times from 187ms to 53ms without touching your architecture.
laravel-news.com
Laravel News
@laravelnews.com
· 10d
Who Changed That? Tracking User Modifications in Models with Userstamps - Laravel News
Laravel Userstamps provides an Eloquent trait which automatically maintains created_by and updated_by columns on your model, populated by the currently authenticated user in your application.
laravel-news.com
Laravel News
@laravelnews.com
· 11d
Http Client Batch Method in Laravel 12.32 - Laravel News
The Laravel team released version 12.32.0 this week with a new HTTP batch method, an "after" rate limiting method to control rate limiting by response, batch job failure callback support, and more.
laravel-news.com
Laravel News
@laravelnews.com
· 14d
Find Feature Tests Creating Database Records without Refreshing the Database in Laravel - Laravel News
Learn how to find files in your Laravel feature tests that create database records, but don't refresh the database. These tests can create records that remain in the database and cause intermittent, unexpected database test failures.
laravel-news.com
Laravel News
@laravelnews.com
· 14d
Laravel whereValueBetween for Column Range Queries - Laravel News
Laravel's whereValueBetween method checks if a value falls between two database columns through the query builder, replacing raw SQL and chained conditions with a single expressive method call for column range queries.
laravel-news.com