Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Code Examples of venturecraft/revisionable

Discover how to use Laravel's venturecraft/revisionable method in real-world applications. Browse 2 examples from popular open-source projects.

2 examples
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 Trait to your model, you can instantly have just that, and be able to display a history similar to this:
  • Chris changed title from 'Something' to 'Something else'
  • Chris changed category from 'News' to 'Breaking news'
  • Matt changed category from 'Breaking news' to 'News'
Read more on the official Github.

Kovah/LinkAce

  • 3159
  • Created Aug 2018
  • Updated Nov 2025

Files in this example

  • composer.json
    • app/Models/Link.php
      • app/Http/Controllers/Models/LinkController.php
View full example

agorakit/agorakit

  • 434
  • Created May 2016
  • Updated Nov 2025

Files in this example

  • composer.json
    • app/Comment.php
      • resources/views/comments/history.blade.php
View full example

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.