To insert social login integration on my application, I\'m adding Socialite library to my Laravel app. I have a facebook app registered and 2 methods as in laravel documenta
I found sollution here. I've downloaded this file
http://curl.haxx.se/ca/cacert.pem
and set path in php.ini
[cURL] curl.cainfo=C:\php\cacert.pem
It works after server restart.