Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 612 Bytes

File metadata and controls

12 lines (8 loc) · 612 Bytes

Upgrading

From 2.x to 3.x

  • Run the following command to fetch the latest package version: composer require f9webltd/laravel-deletable:^3.0
  • The package now requires PHP ^8.2 and Laravel ^11.0 / ^12.0 or ^13.0. Going forwards this package will actively track supported Laravel / PHP versions as per Laravel's official support policy
  • No further changes are required, the API remains unchanged

1.0.6 to 2.0.0 6.4.0 - 2024-02-28

  • Dropped support for PHP < 8.0 and Laravel < 10.0
  • No changes to the package API have been made