njasm / laravel5-soundcloud

Soundcloud API Service Provider For Laravel 5
MIT License
15 stars 9 forks source link

What am I doing wrong here? #15

Closed jessejamesrich closed 6 years ago

jessejamesrich commented 6 years ago

Forgive me, I'm back to Laravel after a few years. What am I doing wrong here? I've edited composer.js as required.

Could not find package laravel5-soundcloud at any version for your minimum-
stability (dev). Check the package spelling or your minimum-stability

njasm commented 6 years ago

@jessejamesrich I can't help you like that. it pretty much depends on your composer.json, laravel version ,etc.

What version of laravel you're using? can you paste here your composer.json content?

did you

composer require njasm/laravel5-soundcloud

? If so, what's the error?

jessejamesrich commented 6 years ago

Sorry - I should have included the error. I just figure I was an idiot.

[InvalidArgumentException] Could not find package njasm/laravel5-soundcloud at any version for your mi nimum-stability (stable). Check the package spelling or your minimum-stabil ity

PHP 7.0.20 MySQL 8.0.11.

image

jessejamesrich commented 6 years ago

Arg... now it works. Nothing changed TMK, but alas, apparently I am an idiot.

njasm commented 6 years ago

lol, @jessejamesrich calm down mate, You don't be so harsh on yourself ;) It happens sometimes, a typo or so. Either way I'm glad you sort it all out and everything is working as expected!

have fun!