travoltron / plaid

Laravel specific wrapper for Plaid
MIT License
28 stars 11 forks source link

Issue to publish plaid config file #5

Closed husonghua closed 8 years ago

husonghua commented 8 years ago

When I use: php artisan vendor:publish --provider="Travoltron\Plaid\PlaidServiceProvider" --tag="config" I got: Nothing to publish for tag [config].

I believe that's because the file was not properly tagged.

travoltron commented 8 years ago

I've updated the documentation to include a missing step, you may want to re-get the package, it's now running Guzzle 6, but if you're happy to use 5.3 (it won't make much of a difference either way), you can add

Travoltron\Plaid\PlaidServiceProvider::class,

to the providers array in config/app.php and then retrigger the vendor:publish command.

Thanks for mentioning that, sorry I missed that blurb in the docs.

husonghua commented 8 years ago

Thanks!

By the way, I just downgraded guzzle to 5 this afternoon to make the library work. I guess I will kick it up back to 6 now:-).

travoltron commented 8 years ago

Thanks for the reply, happy to have any feedback.