aacassandra/amazing-traits

0.2.3 2024-08-11 01:16 UTC

This package is auto-updated.

Last update: 2025-03-11 02:42:05 UTC


README

at config/app.php file, you must add this

    'providers' => ServiceProvider::defaultProviders()->merge([
        /*
         * Package Service Providers...
         */
        AmazingTraits\Providers\AmazingTraitsServiceProvider::class,

and then publish with the service provider
php artisan vendor:publish --provider="AmazingTraits\Providers\AmazingTraitsServiceProvider"