wodrow/yii2wlog

my yii2 log component

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2021-04-07 09:00 UTC

This package is auto-updated.

Last update: 2024-04-07 16:06:17 UTC


README

License Total Downloads Latest Stable Version Latest Unstable Version

yii2wlog

yii2 wodrow log component

Install

composer require wodrow/yii2wlog "dev-master" -vv

yii migrate --migrationPath=@wodrow/yii2wlog/migrations
'components' => [
    ...
    'wlog' => [
        'class' => \wodrow\yii2wlog\Wlog::class,
    ],
    ...
],
'bootstrap' => [..., 'wlog'],