VentureCraft / revisionable

Easily create a revision history for any laravel model
http://twitter.com/duellsy
MIT License
2.55k stars 348 forks source link

adding group_id to revisions table #410

Open phpust opened 2 years ago

phpust commented 2 years ago

currently the package handles each field change as a revision , but what if we needed to detect a form ( or multiple field at same time ) change ? or ability to "group undo"? by adding a group field to revision this will be handled so easy.