leehoo-response-log/yii2-response-log

For Response Log

dev-main 2021-09-17 08:57 UTC

This package is not auto-updated.

Last update: 2024-09-15 00:33:46 UTC


README

For Response Log

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist leehoo-response-log/yii2-response-log "*"

or add

"leehoo-response-log/yii2-response-log": "*"

to the require section of your composer.json file.

Usage

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

<?= \leehoo\tools\AutoloadExample::widget(); ?>```