Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 871 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 871 Bytes

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/