Using spatie Laravel-activitylog to track user logs only though apis and made in specific time #1246
Unanswered
Princeallan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project using Spatie Laravel-activitylog Package to keep track of user logs for different activities in the project. Currently everything is being logged correctly. I would track different events including update, create, delete in different models within a specific time and only events through the api, i'm thinking of using a middleware but i'm stuck on how to approach it.
Beta Was this translation helpful? Give feedback.
All reactions