Laravel_Social_Login-Socialite
Laravel_Social_Login-Socialite copied to clipboard
A demo app for implementing login with different social networks like Facebook, Google +, Twitter, Github using laravel Socialite package.
Laravel Social Login using socialite.
After cloning this repo,
- Run
composer installor/andcomposer update - Rename
.env.exampleto.env - Register an app in any of the social network coverd here - Facebok, Google +, Twitter, Github. Instructions for creating an app is explained clearly in the post
- Use those credenntials obtained from those apps and place Client ID, Client secret and Callback url in your app's
.envfile - Finally, run the application.
php artisan serve
Post Url : http://justlaravel.com/laravel-social-login-using-socialite/
Working Demo : http://demos.justlaravel.com/laravel_social_login_using_socialite/