PHP Attributes and Metaprogramming
Explain the difference between PHP attributes and other forms of metaprogramming like AOP and decorators. and how PHP attributes are used.
Tag
4 posts
Explain the difference between PHP attributes and other forms of metaprogramming like AOP and decorators. and how PHP attributes are used.
Learn about PHP generics in Laravel 11, their usage, syntax, benefits, and how to handle related PHPStan errors
How to create refresh tokens with laravel sanctum
Catch bugs in a Laravel app before running it: install Larastan, pick one of PHPStan's ten rule levels, freeze existing errors in a baseline, and report code quality on GitLab merge requests