We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d0ae24 + dcc68bb commit a4348bcCopy full SHA for a4348bc
README.md
@@ -25,7 +25,7 @@ composer require spatie/laravel-webhook-client
25
You can publish the config file with:
26
27
```bash
28
-php artisan vendor:publish --provider="Spatie\WebhookClient\WebhookClientServiceProvider"
+php artisan vendor:publish --provider="Spatie\WebhookClient\WebhookClientServiceProvider" --tag="config"
29
```
30
31
This is the contents of the file that will be published at `config/webhook-client.php`:
0 commit comments