Download the PHP package peal/laravel-social-login without Composer
On this page you can find all versions of the php package peal/laravel-social-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peal/laravel-social-login
More information about peal/laravel-social-login
Files in peal/laravel-social-login
Package laravel-social-login
Short Description Laravel social login through facebook,google,github
License MIT
Informations about the package laravel-social-login
laravel-social-login
Laravel social OAuth2 login using google,facebook and github
Using this package you can login with facebook, google and github, just create an app with facebook, google and github and setup your clientid,appid,clientsecret into your configuration file, after that setup clientid and client_secret into your application .env file .
Installation
Inside your project root directory, open your terminal
Composer will automatically download laravel-social-login, then run below command from your command prompt running from project root, then socialConfig.php file will be placed into application config folder.
Openup your socialConfig.php file inside config folder and change your call_back_url or redirect_url localhost to production url.
Put below environment variable inside .env file
For Laravel Old version
After complete the installation, open your app.php from config folder, paste below line inside providers array, if you are using old laravel version.
For Laravel version befor Auto Discovery
For Facade support , paste below line inside aliases array
USAGES (Inside your route or controller)
Author
All versions of laravel-social-login with dependencies
facebook/graph-sdk Version ^5.6
google/apiclient Version ^2.3
guzzlehttp/guzzle Version ~6.0