Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKouzelis committed Mar 8, 2018
1 parent 0c9447a commit 36be184
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 @@ -60,7 +60,7 @@ Add the custom "airbrake" channel (outlined below) to config/logging.php. Then a
```

### Exception Handler
The easiest way to notify airbrake is through the laravel exception handler as shown in the following code snippet. Inject or make a new instance
To notify airbrake through the laravel exception handler as shown in the following code snippet. Inject or make a new instance
of a Airbrake\Notifier object then pass a exception to the notify function.

```
Expand All @@ -85,7 +85,7 @@ public function report(Exception $exception)
}
```

### Custom Monolog Configuration
### <=5.5 Custom Monolog Configuration
To configure it as a Monolog handler you will have to create a custom configuration in bootstrap/app.php. This callback function is called
before the service providers are loaded. So it is necessary to directly use our AirbrakeHandler class instead of the provider.

Expand Down

0 comments on commit 36be184

Please sign in to comment.