Replies: 1 comment 2 replies
-
Maybe https://spatie.be/docs/laravel-activitylog/v4/introduction is something for you, as it can log model events for you. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi, I need some guidance.
I want to keep my Local app's database table synced with the remote Laravel server's table. The local app table is my Android Room database table.
So Basically, for a Model, I want to get the changes/events(addition, deletion, updation) that has taken place in-between the two timestamps.
Is there any builtin option for such thing or should I keep track record of Model Events.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions