Skip to content

white43/yii2-fleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-fleep

Installation

composer require white43/yii2-fleep

Config

  • Open config/web.php of your Yii2 app
  • Make necessary changes
$config = [
    'components' => [
        'log' => [
            'targets' => [
                'fleep' => [
                    'class' => white43\Fleep\FleepTarget::class,
                    'levels' => ['error', 'warning'],
                    'hook' => 'INSERT_YOUR_HOOK_ID_HERE',
                ],
            ],
        ],
    ],
];
  • Profit!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages