We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 444800d + e392d0f commit 08e1cc1Copy full SHA for 08e1cc1
README.md
@@ -44,7 +44,7 @@ composer require spatie/laravel-honeypot
44
Optionally, you can publish the config file of the package.
45
46
```bash
47
-php artisan vendor:publish --provider="Spatie\Honeypot\HoneypotServiceProvider" --tag=config
+ php artisan vendor:publish --provider="Spatie\Honeypot\HoneypotServiceProvider" --tag="honeypot-config"
48
```
49
50
This is the content of the config file that will be published at `config/honeypot.php`:
0 commit comments