CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Service Providers mut be added before publish (README) #50

Open kchapple opened 4 years ago

kchapple commented 4 years ago

The service providers need to be added to app.php before running the publish commands. this should be changed in the README

This...

    ProAI\Handlebars\HandlebarsServiceProvider::class,
    CareSet\DURC\DURCServiceProvider::class,

Needs to happen before this...

php artisan vendor:publish --provider="CareSet\DURC\DURCServiceProvider" php artisan vendor:publish --tag=laravel-handlebars

ftrotter commented 3 years ago

Is this still an issue? -FT