jonathan-martz / lumen-cronjob-user-activate
Php Lumen Cronjob User Activate Mail
Installs: 70
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jonathan-martz/lumen-cronjob-user-activate
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-09-22 02:32:57 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();