In the past I've done this on my own but I'm wondering if anyone knows of an open-source package to generate user activity feeds.
Basically you would record that user X edited record Y on Z date and display that information in a descending feed. This can get lot more complicated if you decide to show what exactly they changed or show different layouts for each activity item (think showing pictures when a picture is uploaded, ie facebook).
I'm hoping I don't have to create it myself but its looking that way from a quick search on packagist.
I was planning on something like that myself.
I found a project called Revisionable.
It doesn't seem to handle everything that I want. I just played with it for a few minutes and I don't think it handles creations and deletes. Also I can get the revisions on a given model, I haven't figured out how to get all recent revisions.
Yeah, revisionable is something in my toolset and I'm thinking of leveraging it to create an activity type package since there seems to be nothing else out there.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community