alexdin / yii2-log-reader
There is no license information available for the latest version (0.0.1) of this package.
PHP Yii2. This is simple module for log reading from admin menu
0.0.1
2018-01-15 20:29 UTC
Requires
- php: >=5.6
- yiisoft/yii2: ~2.0.4
This package is auto-updated.
Last update: 2024-12-13 00:42:00 UTC
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