I am using VentureCraft/revisionable
in my Laravel project. I wanted to work on multiple models at once, but since revisionable doesn't allow me to do so, I did that in single models.
There was this one instance, where I got this revisionable output as this
Chris changed status from 4 to 5.
But, instead this, I wanted something like this:
Chris changed status from New to In progress.
4 and 5 were the foreign keys to the name New and In progress.
How can I use foreign value relations in revisionable.