burdapraha/oc_tracy
最新稳定版本:1.0.5
Composer 安装命令:
composer require burdapraha/oc_tracy
包简介
Implementation Tracy Debugger for Opencart 2.x
README 文档
README
"Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it." For more information see official Tracy repository
Installation
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
composer require burdapraha/oc_tracycomposer require sasedev/composer-plugin-filecopierfor files manipulating- Add this code to your composer.json project file, extra section:
"extra": {
"filescopier": [
{
"source": "vendor/burdapraha/oc_tracy/upload",
"destination": "upload",
"debug": "true"
}
]
}
It will move vqmod xml file to correct folder.
- add constant
define('DEV', true);to your config.php, /admin/config.php - optionally you can add row to your
.gitignorefile with path to tracy.xml (example: upload/vqmod/xml/tracy.xml) - celebrate!
Optional settings
Constants to config.php, /admin/config.php:
- DEV_EMAIL for notification about bugs in production mode
- DEV_EDITOR for one-click open file, row with bug from "bluescreen"
统计信息
- 总下载量: 1.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-26
