Laravel 10 – 12
PHP 8.5+
Low commit activity in last 18 months
A long-lived project that still receives updates
Versioning behaviour for eloquent models
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
^11.0|^12.0
squizlabs/php_codesniffer
*
phpmd/phpmd
^2.15

Runtime

^10.0|^11.0|^12.0
 Project Readme

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'