Download the PHP package burdapraha/oc_tracy without Composer
On this page you can find all versions of the php package burdapraha/oc_tracy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download burdapraha/oc_tracy
More information about burdapraha/oc_tracy
Files in burdapraha/oc_tracy
Download burdapraha/oc_tracy
More information about burdapraha/oc_tracy
Files in burdapraha/oc_tracy
Vendor burdapraha
Package oc_tracy
Short Description Implementation Tracy Debugger for Opencart 2.x
License MIT
Homepage http://burda.cz/cs/kariera/volna-mista#tester-koder
Package oc_tracy
Short Description Implementation Tracy Debugger for Opencart 2.x
License MIT
Homepage http://burda.cz/cs/kariera/volna-mista#tester-koder
Please rate this library. Is it a good library?
Informations about the package oc_tracy
Tracy Debugger Toolbar for OpenCart 2.x
"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_tracy
composer require sasedev/composer-plugin-filecopier
for files manipulating- Add this code to your composer.json project file, extra section:
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
.gitignore
file 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"
All versions of oc_tracy with dependencies
PHP Build Version
Package Version
The package burdapraha/oc_tracy contains the following files
Loading the files please wait ....