2017 © Pedro Peláez
 

library yii2-log-reader

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

image

alexdin/yii2-log-reader

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

  • Monday, January 15, 2018
  • by alexdin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-log-reader

PHP Yii2. This is simple module for log reading from admin menu, (*1)

Installation

php composer.phar require --prefer-dist alexdin/yii2-log-reader

or add, (*2)

"alexdin/yii2-log-reader":"^0.0.1"

Configure

Add into your admin config this module with params., (*3)

    '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 
```php
https://admin.your_domain/log-reader/read

The Versions

15/01 2018

dev-master

9999999-dev

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

  Sources   Download

The Requires

 

by Alexey Dinachuk

log yii2 session alexdin log-reader

15/01 2018

0.0.1

0.0.1.0

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

  Sources   Download

The Requires

 

by Alexey Dinachuk

log yii2 session alexdin log-reader