jonathan-martz/lumen-cronjob-user-activate

Php Lumen Cronjob User Activate 邮件

0.1.5 2020-01-02 17:29 UTC

This package is auto-updated.

Last update: 2024-09-21 23:48:07 UTC


README

安装

注意:您必须注册 blade 组件 general::header 和 general::footer,否则模板将损坏。

注意:您必须在 app/console/Kernel.php 中的 commands 变量中添加命令

EmailUserActivateCommand::class

注意:您必须在 schedule 方法中安排 cronjob

$schedule->command('email:user:activate')->everyMinute();