Short information about venturecraft/revisionable
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'
Repository: Kovah/LinkAce
(Github)
★ 822
Created: Aug 2018
Updated: Jun 2021
Laravel version: 8
Files in the example:
- composer.json- app/Models/Link.php
- app/Http/Controllers/Models/LinkController.php
Repository: agorakit/agorakit
(Github)
★ 332
Created: May 2016
Updated: Jun 2021
Laravel version: 8
Files in the example:
- composer.json- app/Comment.php
- resources/views/comments/history.blade.php