• 2024-10-16laravel 中实现注解注入
    laravel中实现注解注入创建注解类<?phpdeclare(strict_types=1);namespaceApp\Support\Attributes;#[\Attribute(\Attribute::TARGET_PROPERTY)]readonlyclassInjection{publicfunction__construct(public?string$propertyType=null,p