$this weekly() Schedule the event to run weekly.
$this everyTenMinutes() Schedule the event to run every ten minutes.
$this when(Closure $callback)
$this sendOutputTo(string $location, bool $append = false) Send the output
$this everyFiveMinutes() Schedule the event to run every five minutes.
$this tuesdays() Schedule the event to run only on Tuesdays.
ScheduleRunCommand class ScheduleRunCommand extends
void warn(string $string, null|int|string $verbosity = null) Write a string
bool hasOption(string $name) Determine if the given option is present.
$this mondays() Schedule the event to run only on Mondays.
Page 1 of 15