PHP code example of nofutur3 / tracy-gitpanel
1. Go to this page and download the library: Download nofutur3/tracy-gitpanel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nofutur3 / tracy-gitpanel example snippets
$configurator
->createRobotLoader()
->addDirectory(__DIR__ . 'path/to/library/');
\Tracy\Debugger::getBar()->addPanel(new \Nofutur3\GitPanel\Diagnostics\Panel());
\Tracy\Debugger::getBar()
->addPanel(new \Nofutur3\GitPanel\Diagnostics\Panel(['production','staging']));