kuainiu/yii2-access-log

访问统计组件

Installs: 1 814

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

v1.4.1 2022-06-30 04:22 UTC

This package is auto-updated.

Last update: 2024-03-29 03:58:48 UTC


README

Admin Extension for Yii 2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kuainiu/yii2-access-log "^1.0.0"

or add

"kuainiu/yii2-access-log": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

Add modules configuration:

return [
    'modules'             => [
        'logtest'   => [
            'class'  => 'kuainiu\accesslog\Module',
            'includeIndex'=>true
        ],
        ],
];

You can then access admin-extension manager through the following URL:

http://localhost/kuainiu/accesslog