The HTTP QUERY Method Comes to Laravel 13.19 July 20, 2026 laravel php laravel-tips tools-for-php-developers Laravel 13.19 adds Http::query() and query/queryJson test helpers for the HTTP QUERY verb, a safe method that carries its parameters in the body. Read more →
The artisan dev Command: Laravel 13.16 Moves Your Dev Stack Into PHP July 19, 2026 laravel php tools-for-php-developers laravel-tips Laravel 13.16 turns composer dev into a first-class artisan dev command, moving your concurrent dev processes out of composer.json and into PHP. Read more →