Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

Google News
laravel-news.com

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

1+ week, 3+ day ago   (259+ words) Or try paginated search → Here's the main features in this week's release: Contributed by @JosephSilber in #61357. That matters wherever the path comes from user input: Contributed by @KIKOmanasijev in #61343. A worker that exits leaves no trace in the console output…...

Laravel News
laravel-news.com

Compoships: Eloquent Relationships on Multiple Columns

1+ week, 4+ day ago   (328+ words) Or try paginated search → Take an order table imported from an accounting system, where an order number is only unique within a company code. Reaching the order lines means matching both columns: The inverse uses the same shape: hasOne, hasMany,…...

Laravel News
laravel-news.com

Query Binding Masking and whereBinary() in Laravel 13.27

2+ week, 3+ day ago   (282+ words) Or try paginated search → A new per-connection config key stops the interpolation and leaves the? placeholders in place: Contributed by @LauJosefsen in #61326. MySQL's default collations compare case insensitively, so where('name', 'John') also matches john and JOHN. Getting a byte-exact…...

Laravel News
laravel-news.com

Queue::forward(): Reroute Laravel Queues in One Place

3+ week, 2+ day ago   (257+ words) Or try paginated search → All the shapes take a queue to match and a destination: The register-in-a-provider design makes the routing conditional in ways config files are bad at. The canonical case from the PR is an app that runs…...

Laravel News
laravel-news.com

Read-Through Disks and Debounced Listeners in Laravel 13.26

3+ week, 3+ day ago   (413+ words) Or try paginated search → A new read-through driver combines two existing disks into one. Reads check the primary disk first and fall back to the second, copying the file to the primary on the way through, so the primary fills…...

Laravel News
laravel-news.com

Laravel Chores: Resumable Data Operations and Cleanups

3+ week, 4+ day ago   (333+ words) Or try paginated search → Here's what the package gives you: That's the whole class. Batching, progress tracking, and failure logging happen around it, and the batch size defaults to 500 via the config file when you don't set it on the…...