Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jul 13, 2015
1 parent 6c02097 commit bce5689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ php artisan vendor:publish
For Lumen, register a different Provider in `bootstrap/app.php`:

```
$app->register(Barryvdh\Debugbar\LumenServiceProvider::class);
if (env('APP_DEBUG')) {
$app->register(Barryvdh\Debugbar\LumenServiceProvider::class);
}
```

To change the configuration, copy the file to your config folder and enable it:
Expand Down

0 comments on commit bce5689

Please sign in to comment.