Skip to content
#

expiration

Here are 91 public repositories matching this topic...

laravel-model-expires
AEK-BKF
AEK-BKF commented Oct 1, 2020

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.

enhancement good first issue

Improve this page

Add a description, image, and links to the expiration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the expiration topic, visit your repo's landing page and select "manage topics."

Learn more