Skip to content

Commit

Permalink
fix publish config command
Browse files Browse the repository at this point in the history
  • Loading branch information
TobMoeller committed Sep 23, 2024
1 parent a890388 commit fd070e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ composer require tobmoeller/laravel-mail-allowlist
You can publish the config file with:

```bash
php artisan vendor:publish --tag="laravel-mail-allowlist-config"
php artisan vendor:publish --tag="mail-allowlist-config"
```

Your laravel application will merge your local config file with the package config file. This enables you just to keep the edited config values.
Expand Down

0 comments on commit fd070e7

Please sign in to comment.