Eloquent Sortable Versions Save

Sortable behaviour for Eloquent models

4.3.0

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/eloquent-sortable/compare/4.2.0...4.3.0

4.2.0

2 months ago

What's Changed

Full Changelog: https://github.com/spatie/eloquent-sortable/compare/4.1.1...4.2.0

4.1.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/eloquent-sortable/compare/4.1.0...4.1.1

4.1.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/eloquent-sortable/compare/4.0.2...4.1.0

4.0.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/eloquent-sortable/compare/4.0.1...4.0.2

4.0.1

2 years ago
  • support Laravel 9

4.0.0

3 years ago
  • require PHP 8+
  • drop support for all PHP 7.x versions
  • use PHP 8 syntax

3.11.0

3 years ago
  • add methods to determine whether element is the last or first in order (#102)

3.10.0

3 years ago
  • add support for PHP 8.0
  • drop support for Laravel 5.8

3.9.0

3 years ago
  • add config file