zabachok / yii2-file-log-reader
A module for reading the log files
Package info
github.com/zabachok/yii2-file-log-reader
Type:yii2-extension
pkg:composer/zabachok/yii2-file-log-reader
dev-master
2016-03-24 12:23 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-11 20:16:57 UTC
README
A module for reading the log files
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zabachok/yii2-file-log-reader "*"
or add
"zabachok/yii2-file-log-reader": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \zabachok\logreader\AutoloadExample::widget(); ?>```