How to login with facebook,twitter and google in laravel 5.3 part(1/3)



Im gonna show you how to login users with facebook,twitter and google (actually you can use any provider like github or linkedin) and save them into your database using laravel socialite package.
multi providers
and we’re gonna fix cURL error 60 exception.

https://curl.haxx.se/ca/cacert.pem

add this line to php.ini but you gotta change this path to match yours

[cURL]
curl.cainfo=”D:xamppphpextcacert.pem”

View the completed source for this video on GitHub.
https://github.com/Amr-Elgeddawy/multi-providers

source

Reply


Build A Site Info