generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Event instead of Job #26
Comments
Right now no events are fired when a webhook comes in. Feel free to send a PR for the event you'd like to see. Make sure to include tests and update the readme. |
now, the handler of a WebHook event is a “ProcessWebhookJob”.. but it’s not a real Laravel job, right? What I mean is instead of using a class, just throw an event, like This one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is there any way which i can use Event instad of job in order to manage a webhook?
The text was updated successfully, but these errors were encountered: