Skip to content

Commit

Permalink
Merge pull request barryvdh#375 from ptsilva/master
Browse files Browse the repository at this point in the history
Update readme.md. L5 style to define service provider and alias
  • Loading branch information
barryvdh committed Jul 16, 2015
2 parents 876421c + 5597808 commit 45ebbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ After updating composer, add the ServiceProvider to the providers array in confi
### Laravel 5.x:

```
'Barryvdh\Debugbar\ServiceProvider',
Barryvdh\Debugbar\ServiceProvider::class,
```

If you want to use the facade to log messages, add this to your facades in app.php:

```
'Debugbar' => 'Barryvdh\Debugbar\Facade',
'Debugbar' => Barryvdh\Debugbar\Facade::class,
```


Expand Down

0 comments on commit 45ebbab

Please sign in to comment.