Support the ongoing development of Laravel.io →
Database Eloquent Packages

I want to introduce nice and useful package for DB revisions. It works out of the box with Eloquent models, it logs only static data and works differently to the popular VentureCraft/Revisionable, and usage is as simple as:

  1. pull the package and add service provider
  2. adjust config, run migrations
  3. add trait to the models you want to track

More info: http://softonsofa.com/sofa-revisionable-nice-easy-way-to-keep-track-of-db-changes/

and https://github.com/jarektkaczyk/revisionable

Last updated 3 years ago.
0

Hey Jarek,

I have the package up and running and it's storing the changes, but I can't seem to figure out how to output the changes in the template.

Any pointers?

0

Hi

I have the same question as rvg

I've found this package while checking the other revisionable, would like this one more as it stores all fileds. However I don't know how to make the template to work.

thanks!

0

Thanks for this. Super easy to set up.

Like others are asking, is there an easy way to display these revisions and/or restore a model back to a previous version? I'm sure I could come up with something custom, just wondering if there's already something built in that I'm missing.

0

Sign in to participate in this thread!

PHPverse

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.