Attribute [webhook] does not exist. #174
Unanswered
hamza-saqib
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I'm stuck on this as well, any solutions? |
Beta Was this translation helpful? Give feedback.
1 reply
-
make sure you import the proper Route, use Illuminate\Support\Facades\Route; I had an empty web.php and imported the use Illuminate\Routing\Route would cause the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have php 7.3 and laravel 7 installed. i have installed both client and server package of this. but while it installed successfully but after few days later when i did
composer install
than i got this even i'm getting this on clearing cache. i have instlled this client package with commandcomposer require spatie/laravel-webhook-client:"*"
because it was causing version dependency issue.my route:
Route::webhooks('echeck-webhook-receiving');
Beta Was this translation helpful? Give feedback.
All reactions