$this between(string $startTime, string $endTime) Schedule the event to
$this user(string $user) Set which user the command should run as.
$this tuesdays() Schedule the event to run only on Tuesdays.
bool runsInEnvironment(string $environment) Determine if the event runs
string getExpression() Get the Cron expression for the event.
$this hourly() Schedule the event to run hourly.
$this after(Closure $callback)
$this emailWrittenOutputTo(array|mixed $addresses) E-mail the results of
void fire() Execute the console command.
string askWithCompletion(string $question, array $choices, string $default = null)
Page 11 of 15