alexdin / yii2-log-reader
PHP Yii2. This is simple module for log reading from admin menu
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexdin/yii2-log-reader
Requires
- php: >=5.6
- yiisoft/yii2: ~2.0.4
This package is auto-updated.
Last update: 2025-09-13 02:12:13 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