1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-05 05:35:34 +02:00
php-debugbar/demo/bootstrap.php
2013-06-13 18:49:55 +08:00

9 lines
188 B
PHP

<?php
include '../tests/bootstrap.php';
use DebugBar\StandardDebugBar;
$debugbar = new StandardDebugBar();
$debugbarRenderer = $debugbar->getJavascriptRenderer()->setBaseUrl('../web');