Skip to content

Commit dfffb7b

Browse files
author
Steve Porter
authored
feat: add readme image
1 parent b889365 commit dfffb7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Laravel Mail Logger
77

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

10+
![image](https://user-images.githubusercontent.com/12199424/45576336-a93c1300-b86e-11e8-9575-d1e4c5ed5dec.png)
11+
12+
1013
Table of contents
1114
-----------------
1215
* [Installation](#installation)
@@ -74,7 +77,7 @@ To ensure all unhandled exceptions are mailed, set up a mail logging channel and
7477
'name' => 'Errors'
7578
],
7679
// Optionally overwrite the mailable template
77-
'mailable' => NewLogMailable::class
80+
// 'mailable' => NewLogMailable::class
7881
],
7982
],
8083
```

0 commit comments

Comments
 (0)