dev-master
9999999-devYii 2 module for viewing the log files
BSD-2-Clause
The Requires
by Alex Lyanik
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
Yii 2 module for viewing the log files
Simple log viewer for your admin panel., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require alex-lyanik/yii2-viewlog
or add, (*4)
"alex-lyanik/yii2-viewlog": "*"
to the require section of your composer.json file., (*5)
Once the extension is installed, simply modify your application configuration as follows:, (*6)
return [
    'modules' => [
        ...
        'log' => [
            'class' => 'alyanik\viewlog\Module',
        ],
        ...
    ]
];
The module will now be accessible from /viewlog where you can view a table of your logs, (*7)
List:
, (*8)
View:
, (*9)
Yii 2 module for viewing the log files
BSD-2-Clause