Skip to content

Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@m-triassi m-triassi released this 24 Nov 18:11
· 60 commits to master since this release
b1f4a8c

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.