A job constructed with a model, serialised, and executed against a row that had changed in the intervening four minutes. Framework model serialisation re-fetches by identifier, which is…
Laravel 12 moves its starter kits out of the framework, which made them worth reading as a reference rather than as a dependency. A starter kit is for…
A singleton bound lazily and resolved eagerly by a line in the same provider, four years after somebody added it. Sharing a value with every view is the…
A major release in February whose upgrade guide is shorter than most patch notes. A major that is almost nothing is either a mature framework or a stalled…
A framework health route that returns 200 if the application boots, next to ours that checks the database and the cache. These answer different questions and using one…
The March release removes the HTTP and console kernels from the skeleton, which is a structural change rather than a rename. The upgrade does not require this —…
Laravel 11 allows a per-second limit, and applying one to an endpoint limited to sixty a minute showed what that had actually been permitting. A per-minute limit is…