In this post, I’ll share how I’m using PHPStan’s type aliases feature to make validation rule typehints more readable and maintainable in our Laravel application.
PHP
★ Typehinting Laravel validation rules using PHPStan’s type aliases
In this post, I’ll share how I’m using PHPStan’s type aliases feature to make validation rule typehints more readable and maintainable in our Laravel application. Read more