$this name(string $description) Set the human-friendly description of the
$this yearly() Schedule the event to run yearly.
string ask(string $question, string $default = null) Prompt the user for
$this quarterly() Schedule the event to run quarterly.
$this sundays() Schedule the event to run only on Sundays.
Event exec(string $command, array $parameters = array())
$this saturdays() Schedule the event to run only on Saturdays.
$this runInBackground() State that the command should run in background
$this days(array|mixed $days) Set the days of the week the command should
string anticipate(string $question, array $choices, string $default = null)
Page 9 of 15