Andreyco / Instagram-for-PHP

PHP SDK for Instagram API
BSD 2-Clause "Simplified" License
80 stars 33 forks source link

Publishing config file cause artisan to not work any more #21

Open Jasemalsadi opened 6 years ago

Jasemalsadi commented 6 years ago

Hi there, I did the same as the guideline steps and when I executed this command : php artisan vendor:publish --provider="Andreyco\Instagram\Support\Laravel\ServiceProvider\Instagram" It works fine, but then when I ran :
php artisan {any thing here } it gave empty output and it didn't do the function probably, any help?

Jasemalsadi commented 6 years ago

And when I remove the Instagram package from composer, it works fine.

Andreyco commented 6 years ago

Will check that asap. Thanks for reporting