PHPStan Level 10 in Laravel — Fix the 5 Most Common Errors
Bumped Larastan to level 10 and got 300 new errors? Here are the five patterns you'll see again and again — and the exact fix for each.
I’m Steven, a software engineer and technical leader based in the west coast of Scotland. I’m the CTO at Digitonic, where we develop technologies for the investor relations and igaming industries.
Bumped Larastan to level 10 and got 300 new errors? Here are the five patterns you'll see again and again — and the exact fix for each.
Laravel 13 ships first-party JSON:API resources that handle spec-compliant serialization, relationships, sparse fieldsets, and compound documents out of the box. This guide walks through building a complete API using the new JsonApiResource class — from first resource to production-hardened endpoints.
PHP 8.5 adds two long-overdue functions that eliminate the awkward workarounds for accessing the first or last element of an array.