spatie / laravel-webhook-client

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

`App\Http\Controllers\Spatie\WebhookClient\Http\Controllers\WebhookController` was not found: #117

Closed ash2050 closed 2 years ago

ash2050 commented 2 years ago

Hi

I am trying to use webhook client but seem to be failing utterly...

I've followed the github docs but 3rd party api cannot get successful 200 when using Route::webhook, but is successful when I use Route::Post. Its chucking out

Invalid route action: [App\Http\Controllers\Spatie\WebhookClient\Http\Controllers\WebhookController].

App\Http\Controllers\Spatie\WebhookClient\Http\Controllers\WebhookController was not found: Controller class App\Http\Controllers\Spatie\WebhookClient\Http\Controllers\WebhookController for one of your routes was not found. Are you sure this controller exists and is imported correctly?

I cant log json out from the job i've created and cannot tell if its just not accepting the post request or i ve completey made a hash of implemtation.

Cheers.