adamwathan / eloquent-oauth

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

Seems to be incompatible with Laravel 5.1 #71

Closed kaju74 closed 9 years ago

kaju74 commented 9 years ago

I've tryed to update my Laravel installation to 5.1 and got the following errors:

How to solve this?

Thank you, ...

adamwathan commented 9 years ago

I'm way behind on updating the docs for this but try using this package instead:

https://github.com/adamwathan/eloquent-oauth-l5

I broke out Laravel 4 and Laravel 5 support into separate wrapper packages because the package asset publishing changed so much between 4 and 5 and it was hard to maintain in a single package.

I'll try and get the docs updated within a couple of days, thanks for reminding me.