wendelladriel / laravel-virtue
Extend the Laravel Framework with a collection of attributes
                                    Fund package maintenance!
                                                                            
                                                                                                                                        WendellAdriel
                                                                                    
                                                                            
                                                                                                                                        www.paypal.me/wendelladriel
                                                                                    
                                                                
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/wendelladriel/laravel-virtue
Requires
- php: ^8.2
 - illuminate/console: ^11.0
 - illuminate/database: ^11.0
 - illuminate/support: ^11.0
 
Requires (Dev)
- larastan/larastan: ^2.0
 - laravel/pint: ^1.14
 - orchestra/testbench: ^8.0|^9.0
 - pestphp/pest: ^2.0
 - pestphp/pest-plugin-faker: ^2.0
 - phpstan/phpstan: ^1.10
 
README
    
Virtue
Extend the Laravel Framework with a collection of attributesVirtue is a package that extends the Laravel Framework by providing a collection of attributes that you can use to configure and extend the built-in classes of the framework.
The focus of the package is to bring the power of the PHP 8 attributes to improve the DX on how to configure and extend your Laravel applications.
Documentation
Installation
composer require wendelladriel/laravel-virtue
Credits
Contributing
Check the Contributing Guide.