From 600c273c1201b4414ab1c9a7e890fae53d101369 Mon Sep 17 00:00:00 2001 From: John Wedgbury Date: Mon, 13 Nov 2023 10:20:13 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ff437d..9f58e9a 100644 --- a/README.md +++ b/README.md @@ -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 ```