Laravel Deletable Versions Save

:space_invader: Gracefully restrict deletion of Laravel Eloquent models

2.0.3

1 month ago

What's Changed

Full Changelog: https://github.com/f9webltd/laravel-deletable/compare/2.0.2...2.0.3

2.0.2

1 month ago

2.0.1

1 month ago

What's Changed

  • Create UPGRADING.md

Full Changelog: https://github.com/f9webltd/laravel-deletable/compare/2.0.0...2.0.1

2.0.0

1 month ago

What's Changed

  • In preparation for Laravel 11 support, drop support for legacy PHP and Laravel versions. PHP < 8.0 and Laravel < 10.0 are no longer supported (if such support is required please use version 1.0.6 of the package) by @ultrono in https://github.com/f9webltd/laravel-deletable/pull/15

Full Changelog: https://github.com/f9webltd/laravel-deletable/compare/1.0.6...2.0.0

1.0.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/f9webltd/laravel-deletable/compare/1.0.5...1.0.6

1.0.5

2 years ago

1.0.4

2 years ago

What's Changed

Full Changelog: https://github.com/f9webltd/laravel-deletable/compare/1.0.3...1.0.4

1.0.3

3 years ago
  • Support PHP 8.0 (no API changes, Fixes #4)
  • Minor readme update

1.0.2

3 years ago

Support Laravel 8

1.0.1

3 years ago

Extremely minor documentation update. Within the example isDeleteable() function call use doesntExist() as opposed to isEmpty().