adamwathan / eloquent-oauth

Braindead simple social login with Laravel and Eloquent.
370 stars 44 forks source link

Serviceprovider for Laravel disappeared? #60

Closed syphernl closed 9 years ago

syphernl commented 9 years ago

In 5.0.2 it appears that things have changed which causes existing apps to break when they update to this version since the ServiceProvider is missing.

It is a tag, but the readme doesn't specify that this should be used.

adamwathan commented 9 years ago

Yikes I goofed, I'm going to drop the tag for now, thanks for the quick issue!

adamwathan commented 9 years ago

Should be good now, I had tagged it against master instead of the laravel-5 branch. Let me know if that resolves your issue and I can close this off. Thanks again for letting me know so quickly!

syphernl commented 9 years ago

Whoops :-)

After removing the folder from the vendor/ and re-running composer update it works again as it should. Composer didn't see the change without it.

All seems to be working fine again.

Thanks!