I'm a completely new Laravel developer and I'm using the VentureCraft Revisionable library to record model revisions. I need to record revisions for a many-to-many model and it's my understanding that Revisionable does not support this. I've looked at other libraries and they don't seem to either. Is there a way that I can do this? I.e. log changes to pivot tables that there are no model classes for?
Sorry for the broad question but I'm stuck and don't really know where to go with this. Any hints or helpful documentation would be much appreciated.
I'd like to use the Revisionable library but really I just need to add a record to the revisions table with the data in the respective pivot table(s) that changed and I have no idea of how to go about doing this. Thanks in advance.