开启日程到期自动提醒(微信公众号提醒)需在服务器开启cron定时任务并在后台填写微信第三方配置。
服务器cron定时任务配置:
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1