catlabinteractive/laravel-catlab-accounts
最新稳定版本:v4.0.0
Composer 安装命令:
composer require catlabinteractive/laravel-catlab-accounts
包简介
Oauth-Openid client for the catlab authentication api for Ll
README 文档
README
Installation
- Add to your app config providers:
\CatLab\Accounts\Client\CatLabAccountsServiceProvider::class,
\SocialiteProviders\Manager\ServiceProvider::class,
- Add to aliases:
'Socialite' => Laravel\Socialite\Facades\Socialite::class,
- Add to your (web)routes:
\CatLab\Accounts\Client\Controllers\LoginController::setRoutes();
- Add to EventServiceProvider
/**
* The event listener mappings for the application.
*
* @var array
*/
protected $listen = [
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
CatLabExtendSocialite::class
],
];
统计信息
- 总下载量: 1.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-17