alexdin/yii2-log-reader
Composer 安装命令:
composer require alexdin/yii2-log-reader
包简介
PHP Yii2. This is simple module for log reading from admin menu
README 文档
README
PHP Yii2. This is simple module for log reading from admin menu
Installation
php composer.phar require --prefer-dist alexdin/yii2-log-reader
or add
"alexdin/yii2-log-reader":"^0.0.1"
Configure
Add into your admin config this module with params.
'modules' => [ 'log-reader'=>[ 'class'=>'alexdin\logreader\Module', 'params'=>[ 'logs'=>[ '@backend', '@frontend' // or custom Alias to your applications or absolute path to log file. ] ] ], ],
Usage
type in admin area
https://admin.your_domain/log-reader/read
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-01-15