Download the PHP package lightmagic/laravel-socialite without Composer
On this page you can find all versions of the php package lightmagic/laravel-socialite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lightmagic/laravel-socialite
More information about lightmagic/laravel-socialite
Files in lightmagic/laravel-socialite
Download lightmagic/laravel-socialite
More information about lightmagic/laravel-socialite
Files in lightmagic/laravel-socialite
Vendor lightmagic
Package laravel-socialite
Short Description Social OAuth authentication for Laravel 5.
License MIT
Package laravel-socialite
Short Description Social OAuth authentication for Laravel 5.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-socialite
Laravel-socialite
Installation
if you have been installed the
overtrue/socialite
package, please remove it fromcomposer.json
before this command.
Configuration
-
After installing the Socialite library, register the
Overtrue\LaravelSocialite\ServiceProvider
in your config/app.php configuration file: -
Add the follow line to the
aliases
section ofconfig/app.php
: - You will also need to add credentials for the OAuth services your application utilizes. These credentials should be placed in your
config/socialite.php
orconfig/services.php
configuration file, and should use the key facebook, twitter, linkedin, google, github or bitbucket, depending on the providers your application requires. For example:
Usage
And register routes:
About more usage, please refer to overtrue/socialite.
License
MIT
All versions of laravel-socialite with dependencies
PHP Build Version
Package Version
Requires
lightmagic/socialite Version
~1.0
The package lightmagic/laravel-socialite contains the following files
Loading the files please wait ....