Skip to content

Commit 5029a0f

Browse files
adi64simonschaufi
authored andcommitted
Suggest to only publish dkim-config assets (i.e. the config file)
1 parent 76f4ee8 commit 5029a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The DKIMMailServiceProvider extends the MailServiceProvider and overwrites a met
3030
After that, you should publish the config file with:
3131

3232
```bash
33-
php artisan vendor:publish --provider="SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider"
33+
php artisan vendor:publish --provider="SimonSchaufi\LaravelDKIM\DKIMMailServiceProvider" --tag dkim-config
3434
```
3535

3636
Next we need to create a private and public key pair for signing and verifying the email.

0 commit comments

Comments
 (0)