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
• 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.
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 classApp\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.