$this everyThirtyMinutes() Schedule the event to run every thirty minutes
$this appendOutputTo(string $location) Append the output of the command
string ask(string $question, string $default = null) Prompt the user for
string anticipate(string $question, array $choices, string $default = null)
$this then(Closure $callback)
$this fridays() Schedule the event to run only on Fridays.
$this user(string $user) Set which user the command should run as.
void __construct(string $command) Create a new event instance.
$this wednesdays() Schedule the event to run only on Wednesdays.
$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false)
Page 10 of 15