Skip to content

Commit c4d088c

Browse files
committed
add screenshots to readme
1 parent f9ff1e1 commit c4d088c

6 files changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This package contains a Nova action that provides a mail sending form for any resource to easily send email.
44

5+
![screenshot of the send mail action modal](screenshots/send-mail-modal-empty.png)
6+
7+
![screenshot of the send mail action modal with template selected](screenshots/send-mail-modal-template-selected.png)
8+
9+
![screenshot of sent email in mailtrap](screenshots/sent-mail.png)
10+
511
## Requirements
612

713
This Nova package requires Nova 2.0 or higher.
@@ -102,6 +108,8 @@ Let me know if you have any questions.
102108
@endcomponent
103109
```
104110

111+
![screenshot of the create mail template](screenshots/create-mail-template.png)
112+
105113
### Sent Mail Usage
106114

107115
The `NovaSentMail` resource can be added as a relationship field to any `Resource` that has the `Mailable` trait defined on it's corresponding model. This gives you direct access to the history of emails sent from that `Resource`:
@@ -129,6 +137,8 @@ class User extends Resource
129137
}
130138
```
131139

140+
![screenshot of the sent mail index](screenshots/nova-sent-mail.png)
141+
132142
## Changelog
133143

134144
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

screenshots/create-mail-template.png

115 KB
Loading

screenshots/nova-sent-mail.png

51.3 KB
Loading

screenshots/send-mail-modal-empty.png

86 KB
Loading
Loading

screenshots/sent-mail.png

49.1 KB
Loading

0 commit comments

Comments
 (0)