mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
parent
e93a9b6a99
commit
2dc1c9991c
@ -56,6 +56,10 @@ The easiest way is using the `render()` functions
|
|||||||
|
|
||||||
```PHP
|
```PHP
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// Require the Composer autoloader, if not already loaded
|
||||||
|
require 'vendor/autoload.php';
|
||||||
|
|
||||||
use DebugBar\StandardDebugBar;
|
use DebugBar\StandardDebugBar;
|
||||||
|
|
||||||
$debugbar = new StandardDebugBar();
|
$debugbar = new StandardDebugBar();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user