spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
985 stars 146 forks source link

Using the package without config, like use with spatie/laravel-stripe-webhooks #206

Closed salahhusa9 closed 6 months ago

salahhusa9 commented 6 months ago

I try to use this package for handle webhooks and i wont to used inside my package like spatie/laravel-stripe-webhooks but i get this problem: ` is not a valid process webhook job class. A valid class should implementSpatie\WebhookClient\Jobs\ProcessWebhookJob`.

this because i don't publish config i think and set webhook-client.configs empty