A static analyzer helps you to find bugs in your code without even running it. Popular static analyzers for PHP are Psalm and PHPStan. In this post, we’re going to look at what such a static analyzer can find in a two-year-old codebase.
PHP
Create a domain using Spatie event sourcing
Laravel event sourcing generator adds a new Artisan command that can generate a full domain directory structure for Spatie event sourcing. Read more