kiqstyle / eloquent-versionable
Versioning behaviour for eloquent models
Installs: 11 101
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 5
Requires
- php: ^8.2
- illuminate/database: ^9.0|^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.3.3|^10.0
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2025-03-24 14:07:25 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'