Answer the question
In order to leave comments, you need to log in
How does running console commands work?
The Kernel has several commands to run, for example
$schedule->command(Сomm1::class)->everyMinute();
$schedule->command(Comm2::class)->everyMinute();
$schedule->command(Comm3::class)->dailyAt('23:59');
$schedule->command(Comm4::class)->dailyAt('23:59');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question