Jesil Jose
Jesil Jose
Hey, can we make an oauth2 login system with passport and socialite? If I could get a clear picture of the requirement, I'd love to work on it myself.
Absolutely. Just give me the list of items I should check off and I'll work on it. I'm thinking login with Google, Facebook, Twitter and linkedin.
Any solutions? or workarounds?
I have the same problem. Somebody, please help.
I got it to work after editing the CountriesSeeder.php and changing the $countries = (new Countries())->getList(); into $countries = Countries::getList() And it works.