What Laravel 13 changes, and what it costs to get there
Laravel 13 landed on 17 March 2026. It requires PHP 8.3 and supports up to 8.5, receives bug fixes into Q3 2027 and security fixes until March 2028. The headline is unusual for a m…
Tag
Notes on the software we build and the tools we build it with. about PHP
Laravel 13 landed on 17 March 2026. It requires PHP 8.3 and supports up to 8.5, receives bug fixes into Q3 2027 and security fixes until March 2028. The headline is unusual for a m…
PHP 8.5 arrived on 20 November 2025. Where PHP 8.4 was mostly about removing boilerplate around properties, 8.5 is about expressions: chaining them, cloning them, and catching the…
PHP 8.4 is the version most Laravel applications are running today, and it is the one that finally removed a great deal of getter-and-setter boilerplate from PHP. Here are the feat…