Package Data | |
---|---|
Maintainer Username: | recca0120 |
Maintainer Contact: | recca0120@gmail.com (recca0120) |
Package Create Date: | 2015-09-19 |
Package Last Update: | 2016-01-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-30 15:18:32 |
Package Statistics | |
---|---|
Total Downloads: | 21 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Simulation Laravel Socialite
composer require recca0120/socialite
Update config/app.php
'providers' => [
...
'Recca0120\Socialite\SocialiteServiceProvider',
];
'aliases' => [
...
'Socialite' => 'Recca0120\Socialite\Facades\Socialite'
];
Update config/app.php
'providers' => [
...
Recca0120\Socialite\SocialiteServiceProvider::class,
];
'alias' => [
...
'Socialite' => Recca0120\Socialite\Facades\Socialite::class
];
Documentation for Socialite can be found on the Laravel website.
Laravel Socialite is open-sourced software licensed under the MIT license