mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-06-29 22:23:45 +02:00
@ -56,6 +56,10 @@ The easiest way is using the `render()` functions
|
||||
|
||||
```PHP
|
||||
<?php
|
||||
|
||||
// Require the Composer autoloader, if not already loaded
|
||||
require 'vendor/autoload.php';
|
||||
|
||||
use DebugBar\StandardDebugBar;
|
||||
|
||||
$debugbar = new StandardDebugBar();
|
||||
|
Reference in New Issue
Block a user