PHP code example of milankyncl / phalcon-debugbar
1. Go to this page and download the library: Download milankyncl/phalcon-debugbar 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/ */
milankyncl / phalcon-debugbar example snippets
$phalconDebugbar = new \MilanKyncl\Debugbar\PhalconDebugbar();
// Your remote addresses or just bool (true|false)
$phalconDebugbar->setDebugMode([
'127.0.0.1', '::1'
]);
// listen to services
$phalconDebugbar->listen();