Skip to content

Releases: jeanlrnt/laravel-cancellable

v1.3

13 Sep 15:22
Compare
Choose a tag to compare

Added the ability to cancel a model in advance by entering a date after the current date in the cancelled_at field.

Full Changelog: 1.2...1.3

v1.2

19 Jul 15:41
Compare
Choose a tag to compare

Added many tests to cover more code

v1.0

11 Oct 12:14
Compare
Choose a tag to compare

A simple package for making Laravel Eloquent models 'cancellable'. This package allows for the easy cancelling of models by creating various macros to be used within method chaining.