vita2333/yii2-admin-log
最新稳定版本:1.0.2
Composer 安装命令:
composer require vita2333/yii2-admin-log
包简介
yii2 admin log extension
关键字:
README 文档
README
yii2 admin log extention
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vita2333/yii2-admin-log "^1.0.0"
or add
"vita2333/yii2-admin-log": "^1.0.0"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
class BaseController extends \yii\web\Controller { /** * @inheritdoc */ public function behaviors() { $behaviors = parent::behaviors(); $behaviors['admin-log'] = [ 'class' => AdminLogBehavior::class, ]; return $behaviors; } }
统计信息
- 总下载量: 92
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-04-09