alex-lyanik / yii2-viewlog
Yii 2 module for viewing the log files
Installs: 413
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- kartik-v/yii2-date-range: 1.*
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-03-21 23:13:16 UTC
README
Simple log viewer for your admin panel.
Installation
The preferred way to install this extension is through composer.
Either run
composer require alex-lyanik/yii2-viewlog
or add
"alex-lyanik/yii2-viewlog": "*"
to the require section of your composer.json
file.
Configuration
Once the extension is installed, simply modify your application configuration as follows:
return [ 'modules' => [ ... 'log' => [ 'class' => 'alyanik\viewlog\Module', ], ... ] ];
The module will now be accessible from /viewlog
where you can view a table of your logs
Built for
- Yii2 - The web framework used
Screens
Acknowledgments
- PSR-2 - PHP code style (plz)
- Don't panic and carry a towel