imsuperlative / laravel-schedule-worker
Laravel queue worker, using schedule
Package info
github.com/ImSuperlative/laravel-schedule-worker
pkg:composer/imsuperlative/laravel-schedule-worker
0.2.0
2020-09-07 08:26 UTC
Requires
- php: >=7.2
Requires (Dev)
- laravel/framework: ^7.0
This package is auto-updated.
Last update: 2026-03-01 00:30:43 UTC
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