aacassandra/amazing-traits

0.1.8 2024-04-11 01:26 UTC

This package is auto-updated.

Last update: 2024-05-11 01:43:43 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"