$this emailWrittenOutputTo(array|mixed $addresses) E-mail the results of
bool runsInEnvironment(string $environment) Determine if the event runs
$this everyMinute() Schedule the event to run every minute.
string askWithCompletion(string $question, array $choices, string $default = null)
$this hourly() Schedule the event to run hourly.
$this thursdays() Schedule the event to run only on Thursdays.
$this wednesdays() Schedule the event to run only on Wednesdays.
void __construct(string $command) Create a new event instance.
$this tuesdays() Schedule the event to run only on Tuesdays.
$this after(Closure $callback)
Page 11 of 15