Releases: jeanlrnt/laravel-cancellable
Releases · jeanlrnt/laravel-cancellable
v1.3
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
Added many tests to cover more code
v1.0
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.