You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
10
9
11
## Installation
10
12
13
+
This package requires PHP 7.3 or higher and Laravel 6.0 or higher.
14
+
11
15
You can install the package via composer:
12
16
13
17
```bash
@@ -75,7 +79,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
75
79
76
80
### Security
77
81
78
-
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
82
+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
0 commit comments