Suggest : expiringIn method
AEK-BKF opened this issue · 3 comments
AEK-BKF commented
Hello;
Thanks for this nice package.
You may add expiringIn method which is helpful for notifications before expired date.
example:
$subscriptions = App\Models\Subscription::expiringIn('x months/days/hours')->get(); // Get subscriptions will expire in x months/days/hours from now.
Thanks.
mvdnbrk commented
Nice suggestion, thanks!
AEK-BKF commented
Any updates here :)
Thanks
mvdnbrk commented
Feel free to open a PR to implement this.