Hello, For this case i would create an artisan command which would check all users who has a expired_date lower than today and then send them e-mail. To automate this process i would reccomend using cronjob.
To learn how to create an artisan command visit: http://laravel.com/docs/5.0/bus To learn how to use cronjob on laravel visit: http://maxoffsky.com/code-blog/practical-laravel-using-cron-jobs-in-laravel/
Or use plugin like this: https://github.com/liebig/cron
Hope this will help you
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community