imsuperlative/laravel-schedule-worker
Composer 安装命令:
composer require imsuperlative/laravel-schedule-worker
包简介
Laravel queue worker, using schedule
关键字:
README 文档
README
use imsuperlative\scheduleWorker\ScheduleCommand;
...
protected function schedule(Schedule $schedule)
{
foreach (ScheduleCommand::make() as $command) {
ScheduleCommand::dispatch($schedule, $command);
}
}
this is proof of concept and should not be run in production environment.
todo
echo might destroy logging output of schedule
统计信息
- 总下载量: 1.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-02