skeeks/cms-authclient
Composer 安装命令:
composer require skeeks/cms-authclient
包简介
Authorization by social networks for SkeekS CMS
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist skeeks/cms-authclient "*"
or add
"skeeks/cms-authclient": "*"
Configuration app
'components' => [ 'authClientCollection' => [ 'class' => 'skeeks\cms\authclient\CmsAuthClientCollection', 'clients' => [ //clients configs ] ], 'authClientSettings' => [ //clients configs in a database 'class' => 'skeeks\cms\authclient\CmsAuthClientSettings', ], 'i18n' => [ 'translations' => [ 'skeeks/authclient' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/authclient/messages', 'fileMap' => [ 'skeeks/authclient' => 'main.php', ], ] ] ], ], 'modules' => [ 'authclient' => [ 'class' => 'skeeks\cms\authclient\CmsAuthclientModule', ] ]
##Links
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com
统计信息
- 总下载量: 2.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-04-16