Package Data | |
---|---|
Maintainer Username: | jonathan-martz |
Maintainer Contact: | composer@jmartz.de (Jonathan Martz) |
Package Create Date: | 2019-12-30 |
Package Last Update: | 2021-06-21 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 15:05:37 |
Package Statistics | |
---|---|
Total Downloads: | 66 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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();