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

0.1.5 2020-01-02 17:29 UTC

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();