killworm737 / add-tracy-panel
Tracy Debugger的面板
v1.0.04
2015-11-07 02:32 UTC
Requires
- php: >=5.4.0
- tracy/tracy: >=2.3
This package is not auto-updated.
Last update: 2024-09-18 18:53:19 UTC
README
Tracy Debugger的面板
安装
composer require killworm737/add-tracy-panel
或者
更新composer.json
{
"require": {
...
"killworm737/add-tracy-panel": "dev-master"
},
}
使用composer要求此包
composer update
使用
$bar = Tracy\Debugger::getBar(); $bar->addPanel(new AddPanel("test")); $bar->addPanel(new AddPanel("globals"));