Versioning behaviour for eloquent models
kiqstyle/eloquent-versionable is a Laravel package for versioning behaviour for eloquent models.
It currently has 0 GitHub stars and 19.316 downloads on Packagist (latest version v1.6.0).
Install it with composer require kiqstyle/eloquent-versionable.
Discover more Laravel packages by kiqstyle
or browse all Laravel packages to compare alternatives.
Last updated
Careful: Eloquent first method on versioned models will get the first result that doesn't has next value, meaning if you update the first register it will set a date to next column and it will find the next register with next column with value null, that could be another id