yeesoft/yii2-yee-user
最新稳定版本:0.1.0
Composer 安装命令:
composer require yeesoft/yii2-yee-user
包简介
User Module For Yee CMS
README 文档
README
##Yee CMS - User Module
####Backend module for managing users, roles, permissions, etc.
This module is part of Yee CMS (based on Yii2 Framework).
Installation
Either run
composer require --prefer-dist yeesoft/yii2-yee-user "~0.1.0"
or add
"yeesoft/yii2-yee-user": "~0.1.0"
to the require section of your composer.json file.
Run migrations:
yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-user/migrations/
Configuration
- In your backend config file
'modules'=>[ 'user' => [ 'class' => 'yeesoft\user\UserModule', ], ],
Dashboard widget
You can use dashboard widget to display short information about users.
Add this code in your control panel dashboard to display widget:
echo \yeesoft\user\widgets\dashboard\Users::widget();
Screenshots
统计信息
- 总下载量: 6.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-06-23