futuretek/yii2-debug

Debug toolbar extension

1.0.1 2022-01-08 17:56 UTC

This package is auto-updated.

Last update: 2024-05-08 23:13:27 UTC


README

This extension provide additional debug console panels.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist futuretek/yii2-debug "*"

or add

"futuretek/yii2-debug": "*"

to the require section of your composer.json file.

Usage

For automatic extension configuration we recomend usage of our another extension yii2-composer.

In case of manual setup please follow information in composer.json in section extra/yii-config.