1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

Add note about autoloader

See #161
This commit is contained in:
Barry vd. Heuvel 2014-10-14 18:14:02 +02:00
parent e93a9b6a99
commit 2dc1c9991c

View File

@ -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();