Skip to content

Commit

Permalink
📚 changes/ readme doc aligns with current version
Browse files Browse the repository at this point in the history
  • Loading branch information
hendurhance committed Aug 2, 2023
1 parent 03b1cdb commit dadd761
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit dadd761

Please sign in to comment.