Revision Histories for Laravel Models
"Wouldn't it be nice to have a revision history for any model in your project, without having to do any work for it? By simply adding the
RevisionableTrait
to your model, you can instantly have just that, and be able to display a history showing what happened and who did what."