2017 © Pedro Peláez
 

project yii2-viewlog

Yii 2 module for viewing the log files

image

alex-lyanik/yii2-viewlog

Yii 2 module for viewing the log files

  • Wednesday, May 9, 2018
  • by a-lyanik
  • Repository
  • 0 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 333 % Grown

The README.md

Yii2-viewlog

Simple log viewer for your admin panel., (*1)

Installation

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)

Configuration

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)

Built for

  • Yii2 - The web framework used

Screens

List: List, (*8)

View: View, (*9)

Acknowledgments

  • PSR-2 - PHP code style (plz)
  • Don't panic and carry a towel

The Versions

09/05 2018

dev-master

9999999-dev

Yii 2 module for viewing the log files

  Sources   Download

BSD-2-Clause

The Requires

 

by Alex Lyanik