jan-herman/kirby-tracy
最新稳定版本:1.4.0
Composer 安装命令:
composer require jan-herman/kirby-tracy
包简介
Kirby implementation of Tracy debugger.
README 文档
README
Kirby implementation of Tracy debugger.
Usage
Requires non-standard hook kirby.render:before to initialize Tracy before any other output.
Add the following snippet to your public/index.php before this line: echo $kirby->render();.
$kirby->trigger('kirby.render:before');
Options
mode
Default: 'detect'
Tracy mode. Can be one of the following: 'detect', 'development', 'staging', 'production', IP address or array of IP addresses.
adminEmail
Default: null
E-mail address to send error notifications to.
fromEmail
Default: null
E-mail address to send error notifications from.
editor
Default: 'vscode://file/%file:%line'
For more information see: Tracy documentation
enableInPanel
Default: false
Whether to show show Tracy bar in the panel area.
logsDirectory
Default: $kirby->root('logs')
Where to keep Tracy logs.
panels.page
Default: true
Whether to enable the page panel.
统计信息
- 总下载量: 109
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-06