From dadd7614dd23edae0592395500fd06e315319aee Mon Sep 17 00:00:00 2001 From: "Endurance, the Martian" Date: Wed, 2 Aug 2023 23:44:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20changes/=20readme=20doc=20aligns?= =?UTF-8?q?=20with=20current=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c74108..9711cfa 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,12 @@ The configuration file is located at `config/laravel-spammail-checker.php`. You ] ] ``` -> **NOTE:** The local driver is case-insensitive. So, you don't need to worry about the case of the email domain. +- Clear the config and cache using the following commands after making changes to the configuration file: + + ```bash + php artisan optimize:clear + ``` +> **NOTE:** The local driver is case-insensitive. So, you don't need to worry about the case of the email domain. Y #### Remote Driver Configuration - In order to use `remote` as your driver of choice, you need to set the `default` key in the `config/laravel-spammail-checker.php` configuration file to `remote`: