futuretek / yii2-debug
Debug toolbar extension
Package info
github.com/futuretek-solutions-ltd/ext-yii2-debug
Type:yii2-extension
pkg:composer/futuretek/yii2-debug
1.0.1
2022-01-08 17:56 UTC
Requires
- php: >=5.5.0
- yiisoft/yii2-debug: ^2.0.0
This package is auto-updated.
Last update: 2026-03-09 03:20:36 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.