string buildCommand() Build the command string.
$this sundays() Schedule the event to run only on Sundays.
$this appendOutputTo(string $location) Append the output of the command
$this quarterly() Schedule the event to run quarterly.
$this emailWrittenOutputTo(array|mixed $addresses) E-mail the results of
$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run
$this after(Closure $callback)
$this daily() Schedule the event to run daily.
$this when(Closure $callback)
void table(array $headers, Arrayable|array $rows,
Page 5 of 15