CRUD Events #107
-
Hi, just been thinking about a use case where, upon creation, update or deletion of resource(s)/record(s), the changes need to be synced or sent to a third party api for instance. I can't see any information on lifecycle event hooks in the documentation and was wondering if there was already a way to do this and, if not, would it be a useful idea? |
Beta Was this translation helpful? Give feedback.
Answered by
ryangjchandler
Mar 7, 2021
Replies: 1 comment 1 reply
-
@jellycow - could you not use Laravel's model events? That's exactly what they're designed for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danharrin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jellycow - could you not use Laravel's model events? That's exactly what they're designed for.