jonathan-martz/lumen-cronjob-user-activate

Php Lumen Cronjob User Activate Mail

0.1.5 2020-01-02 17:29 UTC

This package is auto-updated.

Last update: 2024-04-21 23:02:38 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();