How to notify the admin if the items(Multiple items) are going to expire in days later-Laravel
问题 There are many items in the Items table and there is an expired date column in the items table. I just want to get a push notification every day before each items going expire one date before (Expire dates are different to each other and can have one expire date to multuple items). im new to laravel. Please help me. 回答1: This can be simply done with Laravel task scheduling You need to create a custom artisan command like php artisan make:command SendItemExpiryEmailsToAdmin Under App\Console