TijmenWierenga / LaravelChargebee

A Laravel package which provides an easy way to handle billing and subscriptions.
MIT License
42 stars 22 forks source link

php artisan vendor:publish fails #5

Open hotsaucejake opened 7 years ago

hotsaucejake commented 7 years ago

https://github.com/TijmenWierenga/LaravelChargebee/blob/master/src/ChargebeeServiceProvider.php#L19

Shouldn't that be changed to config from Config ?

The results of

php7.1-sp artisan vendor:publish --provider="TijmenWierenga\LaravelChargebee\ChargebeeServiceProvider" --tag="config"

renders this:

Can't locate path: <.../vendor/tijmen-wierenga/laravel-chargebee/src/Config/chargebee.php>