Unable to Listen any Event #88
Unanswered
adeel94mirza
asked this question in
Q&A
Replies: 1 comment
-
Laravel v11.24.1 I am having this same problem. It says in the docs to listen for events for error handling but I cannot get Laravel to see any of the events coming from this package. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel v7.10.3
spatie/laravel-webhook-server v1.12.0
php v7.4.3
I am successfully able to send webhook but unable to listen to any events fired afterwards.
I have registered the events and listeners in the EventServiceProvider as well as turned on automatic discovery of Events/Listeners in Laravel
Beta Was this translation helpful? Give feedback.
All reactions