We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4467b commit 0f88e88Copy full SHA for 0f88e88
README.md
@@ -27,6 +27,16 @@ composer require beyondcode/laravel-mailbox
27
28
Take a look at the [official documentation](https://docs.beyondco.de/laravel-mailbox).
29
30
+## Catch, test and debug application mails with Laravel Herd
31
+
32
+Laravel Herd provides an integrated local email service, streamlining the process of testing and debugging application emails.
33
+The email service organizes emails into distinct inboxes for each application, ensuring they are easily accessible and simple to locate.
34
35
+[herd.laravel.com](https://herd.laravel.com)
36
37
+
38
39
40
### Testing
41
42
``` bash
0 commit comments