PHP code example of geniv / nette-tracy-clean
1. Go to this page and download the library: Download geniv/nette-tracy-clean 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/ */
geniv / nette-tracy-clean example snippets
use TracyClean\TracyClean;
class BasePresenter extends Presenter
{
use AutowiredComponent;
use TracyClean;
json
"php": ">=7.0",
"nette/nette": ">=2.4"