mvdnbrk/laravel-model-expires

Suggest : expiringIn method

AEK-BKF opened this issue · 3 comments

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.

Nice suggestion, thanks!

Any updates here :)
Thanks

Feel free to open a PR to implement this.