lubusIN / laravel-gymie

👨‍💻 Gym & Club Management System https://gymie.in
MIT License
418 stars 247 forks source link

Expiring and Expired Issues #47

Closed nanajr closed 5 years ago

nanajr commented 6 years ago

The Expiring function works well but for some reason member whose subscription have expired never get moved the expired section. I get X Member's (subscription) expiring from 2 day when its already passed.. How can I fix this?

ajitbohra commented 5 years ago

you need to add cron entry for schedule task to work and mark subscriptions as expired

* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1

More info: https://laravel.com/docs/5.7/scheduling#introduction

ajitbohra commented 5 years ago

Fixed in f46eb92b5597450ecbb09e048ef9ab0d48fb95db