aplia/debug-toolbar
Composer 安装命令:
composer require aplia/debug-toolbar
包简介
Toolbar which contains the debug output from eZ publish legacy
关键字:
README 文档
README
This extension grabs the eZ publish debug output and places it inside a toolbar at the right side. The toolbar can be toggled to show/hide the debug output.
This means that the page no longer gets affected by long debug output.
Installation
Install using composer
composer require aplia/debug-toolbar
Then enable the extension by adding this to site.ini:
[ExtensionSettings]
ActiveExtensions[]=debug-toolbar
Then modify pagelayout.tpl by find the debug marker:
<!--DEBUG_REPORT-->
and replacing it with:
{if eq( ezini( 'DebugSettings', 'DebugOutput', 'site.ini' ), 'enabled' )}
{include uri='design:debug/debug-toolbar.tpl'}
{/if}
License
The debug toolbar is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 686
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-23