zabachok / yii2-file-log-reader
A module for reading the log files
Installs: 2 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-12-11 17:34:51 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(); ?>```