LaravelPackages.net
Acme Inc.
Toggle sidebar
kiqstyle/eloquent-versionable

Versioning behaviour for eloquent models

19.316
0
v1.6.0
About kiqstyle/eloquent-versionable

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

Versioning behaviour for Eloquent models

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

For contributors

  • INIT
    • RUN: 'make up'
    • RUN: 'make composer-install'
  • TESTS
    • RUN: 'make test'

Star History Chart