alexdin/yii2-log-reader

There is no license information available for the latest version (0.0.1) of this package.

PHP Yii2. This is simple module for log reading from admin menu

0.0.1 2018-01-15 20:29 UTC

This package is auto-updated.

Last update: 2024-05-12 23:09:40 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