$this weekly() Schedule the event to run weekly.
$this sendOutputTo(string $location, bool $append = false) Send the output
$this everyTenMinutes() Schedule the event to run every ten minutes.
$this thenPing(string $url) Register a callback to ping a given URL after
void info(string $string, null|int|string $verbosity = null) Write a string
ScheduleRunCommand class ScheduleRunCommand extends
$this mondays() Schedule the event to run only on Mondays.
$this everyFiveMinutes() Schedule the event to run every five minutes.
void run(Container $container)
$this description(string $description) Set the human-friendly description
Page 1 of 15