2017 © Pedro Peláez
 

library yii2-fleep

image

white43/yii2-fleep

  • Monday, December 26, 2016
  • by Anton Belyaev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 18 % Grown

The README.md

yii2-fleep

Installation

composer require white43/yii2-fleep, (*1)

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!

The Versions

26/12 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires