2017 © Pedro Peláez
 

yii2-extension yii2-logreader

Yii2 Log Reader

image

zhuravljov/yii2-logreader

Yii2 Log Reader

  • Sunday, November 12, 2017
  • by Zhuravljov
  • Repository
  • 2 Watchers
  • 19 Stars
  • 1,624 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 14 % Grown

The README.md

Yii2 Log Reader

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require --prefer-dist zhuravljov/yii2-logreader "*"

or add, (*3)

"zhuravljov/yii2-logreader": "*"

to the require section of your composer.json file., (*4)

Usage

Once the extension is installed, simply modify your application configuration as follows:, (*5)

return [
    'bootstrap' => ['logreader'],
    'modules' => [
        'logreader' => [
            'class' => 'zhuravljov\yii\logreader\Module',
            'aliases' => [
                'Frontend Errors' => '@frontend/runtime/logs/app.log',
                'Backend Errors' => '@backend/runtime/logs/app.log',
                'Console Errors' => '@console/runtime/logs/app.log',
            ],
        ],
    ],
];

You can then access Log Reader using the following URL:, (*6)

http://localhost/path/to/index.php?r=logreader

or if you have enabled pretty URLs, you may use the following URL:, (*7)

http://localhost/path/to/logreader

The Versions

12/11 2017

dev-master

9999999-dev

Yii2 Log Reader

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

log yii2 module

09/11 2017

1.1.3

1.1.3.0

Yii2 Log Reader

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

log yii2 module

18/07 2016

1.1.2

1.1.2.0

Yii2 Log Reader

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

log yii2 module

17/07 2016

1.1.1

1.1.1.0

Yii2 Log Reader

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

log yii2 module

14/07 2016

1.1.0

1.1.0.0

Yii2 Log Reader

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

log yii2 module

23/06 2016

1.0.0

1.0.0.0

Yii2 Log Reader

  Sources   Download

BSD-3-Clause

The Requires

 

by Roman Zhuravlev

log yii2 module