futuretek/yii2-debug

Debug toolbar extension

Installs: 223

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/futuretek/yii2-debug

1.0.1 2022-01-08 17:56 UTC

This package is auto-updated.

Last update: 2025-09-09 02:05:54 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.