Friday, August 21, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · PHP

Ecosystem

frameworks, tooling & runtime · 136 articles

PHP · Releases

Laravel 11.56.0 ships as tagged release

Taylor Otwell tagged Laravel Framework v11.56.0 on August 20 as commit 3dc2399. The release listing on GitHub carries no changelog notes beyond the version marker, so teams on the 11.x branch should review the compare vi…

PHP · The Editorial

queue:pause --all Matters More Than Laravel's Shiny New Terminal Tabs

Laravel 13.25's tabbed dev UI will collect the screenshots, but the release's real gift is queue:pause --all: a precise fix for the deploy window where fresh code meets stale workers. I argue why that command, and the ca…

PHP · The Editorial

Symfony 8.1 Finally Makes Attributes a Real Extension Point. Use Them.

For years, writing your own attribute-driven listener in Symfony meant smuggling state through request keys and running on every request just to check for presence. Symfony 8.1 moves attribute storage onto the Request an…

PHP · The Editorial

Lazy Objects Moved Into the Engine, and Ghosts Should Be Your Default

PHP 8.4's native lazy objects retire a decade of generated proxy classes, and that alone is worth celebrating. But the API hands you two tools with very different identity semantics. Kai argues you should reach for lazy …

PHP · Releases

PHP 8.6.0beta1 ready for testing

The PHP project has tagged PHP 8.6.0beta1 — a pre-release of the upcoming 8.6 branch with 60 changelog entries across 19 components.

PHP · Releases

Laravel 9, 10, and 11 Receive Maintenance Updates

Laravel has released patch versions across three major versions: v9.52.22, v10.50.3, and v11.55.1. These maintenance releases address bug fixes and minor improvements for active and long-term support branches of the fram…

back to the front page