Skip to content

avinashn/Laravel_Social_Login-Socialite

Repository files navigation

Laravel Social Login using socialite.

After cloning this repo,

  • Run composer install or/and composer update
  • Rename .env.example to .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 .env file
  • 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/

About

A demo app for implementing login with different social networks like Facebook, Google +, Twitter, Github using laravel Socialite package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published