Skip to content

Commit

Permalink
feat: add readme image
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Porter authored Sep 14, 2018
1 parent b889365 commit dfffb7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Laravel Mail Logger

A service provider to add support for logging via email using Laravels built-in mail provider

![image](https://user-images.githubusercontent.com/12199424/45576336-a93c1300-b86e-11e8-9575-d1e4c5ed5dec.png)


Table of contents
-----------------
* [Installation](#installation)
Expand Down Expand Up @@ -74,7 +77,7 @@ To ensure all unhandled exceptions are mailed, set up a mail logging channel and
'name' => 'Errors'
],
// Optionally overwrite the mailable template
'mailable' => NewLogMailable::class
// 'mailable' => NewLogMailable::class
],
],
```
Expand Down

0 comments on commit dfffb7b

Please sign in to comment.