$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.
bool runsInEnvironment(string $environment) Determine if the event runs
$this cron(string $expression) The Cron expression representing the event's
$this monthly() Schedule the event to run monthly.
$this description(string $description) Set the human-friendly description
$this daily() Schedule the event to run daily.
Page 12 of 15