2017 © Pedro Peláez
 

project yii2-logs-analysis

log analysis

image

dreamzml/yii2-logs-analysis

log analysis

  • Saturday, March 3, 2018
  • by dreamzml
  • Repository
  • 1 Watchers
  • 0 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 29 % Grown

The README.md

Logs Analysis base Yii2

This Module Extension for Yii 2, Small teams, multi project development, testing model, (*1)

For license information check the LICENSE-file., (*2)

Installation

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

Either run, (*4)

php composer.phar require dreamzml/yii2-logs-analysis

or add, (*5)

"dreamzml/yii2-logs-analysis": "*"

to the require-dev section of your composer.json file., (*6)

Usage

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

return [
    'modules' => [
        'analysis' => [
            'class'      => 'dreamzml\LogAnalysis\Module',
            'allowedIPs' => ['127.0.0.1', '::1'],          // if set ['*'] allow all ip
            'monitors'   => ['admin'=>'123456'],           //allow users, if set * allow all user
        ],
    ],
    // ...
];

You can then access Gii through the following URL:, (*8)

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

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

http://localhost/path/to/index.php/analysis

The Versions

03/03 2018

dev-master

9999999-dev

log analysis

  Sources   Download

MIT

The Requires

 

by 张梦林