Spatie Activity Log #1134
Unanswered
ComputerMaverick69
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I am looking for a similar solution, did you manage to find a solution that works 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to include customization of
ActivityLog
I'm looking for a way to included the events and properties affected in the description such that it shows specifics. For example
User A updated their email address to [email protected]
. Considering thatproperties keeps track of the changes
.Also, is there a way to isolate the events fired? Like say, if a user creates and account.
I currently have the below code in my user model but i want for more customisations
I also know to use the below but it requires me to programmatically write the logs. I was looking for something more dynamic.
Beta Was this translation helpful? Give feedback.
All reactions