jonathan-martz / lumen-cronjob-user-activate
Php Lumen Cronjob User Activate Mail
0.1.5
2020-01-02 17:29 UTC
Requires
- php: ^7.1|^7.2|^7.3|^7.4
- ext-openssl: *
- jonathan-martz/lumen-controller-user-activate: ^0.1
- jonathan-martz/lumen-model-user: ^0.1
- laravel/lumen-framework: ^6.3
This package is auto-updated.
Last update: 2025-01-22 00:38:04 UTC
README
Installation
NOTE: You have to register the blade component for general::header and general::footer or the template will break.
NOTE: You have to add command to commands variable in app/console/Kernel.php
EmailUserActivateCommand::class
NOTE: You have to schedule the cronjob in schedule method
$schedule->command('email:user:activate')->everyMinute();