Initial Release
Pre-release
Pre-release
Description
Comes with basic revisioning capabilities, ways to register columns as meta data, and stop watching specific columns, some global scopes for filtering, a artisan command for generating a first batch of revisions, as well as some extendible models for Checkpoint
and Revision
Usage
Any models you wish to store revisions for should use the hasRevisions
trait. After ensuring you've run the migrations, you can call php artisan checkpoint:start <Model FQCN>
to initialize that models revisions.
Notes
This release fulfils a basic list of requirements, and likely has bugs and unforeseen consequences. This is a beta.