vityakut/yii2-monolog-mysql

yii2-monolog-mysql

1.0.0 2022-03-16 19:38 UTC

This package is auto-updated.

Last update: 2024-04-30 00:33:40 UTC


README

yii2-monolog-mysql

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist vityakut/yii2-monolog-mysql "*"

or add

"vityakut/yii2-monolog-mysql": "*"

to the require section of your composer.json file.

Usage

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

<?= \Monolog\Handler\AutoloadExample::widget(); ?>```