1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00
php-debugbar/demo/bootstrap.php

9 lines
188 B
PHP
Raw Normal View History

2013-06-08 01:32:10 +07:00
<?php
include '../tests/bootstrap.php';
use DebugBar\StandardDebugBar;
$debugbar = new StandardDebugBar();
2013-06-13 18:48:23 +08:00
$debugbarRenderer = $debugbar->getJavascriptRenderer()->setBaseUrl('../web');