Skip to content

Commit 2dc1c99

Browse files
committed
Add note about autoloader
See php-debugbar#161
1 parent e93a9b6 commit 2dc1c99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ The easiest way is using the `render()` functions
5656

5757
```PHP
5858
<?php
59+
60+
// Require the Composer autoloader, if not already loaded
61+
require 'vendor/autoload.php';
62+
5963
use DebugBar\StandardDebugBar;
6064

6165
$debugbar = new StandardDebugBar();

0 commit comments

Comments
 (0)