Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwedgbury authored Nov 13, 2023
1 parent 8be7fe0 commit 600c273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ Gate::define("view-mailweb", function ($user = null) {
});
```

In your local environment it's advised to set your mail driver to LOG to prevent SMTP errors.

```
MAIL_MAILER=log
```

To view emails then go to

```
Expand Down

0 comments on commit 600c273

Please sign in to comment.