kiqstyle/eloquent-versionable

Versioning behaviour for eloquent models

Maintainers

Package info

github.com/kiqstyle/eloquent-versionable

pkg:composer/kiqstyle/eloquent-versionable

Statistics

Installs: 17 108

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 5

v1.6.0 2026-03-09 12:00 UTC

README

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'