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

Maintainers

Package info

github.com/alexdin/yii2-log-reader

pkg:composer/alexdin/yii2-log-reader

Statistics

Installs: 112

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.1 2018-01-15 20:29 UTC

This package is auto-updated.

Last update: 2026-03-13 03:06:04 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