mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-17 14:57:51 +02:00
@ -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();
|
||||||
|
Reference in New Issue
Block a user