$this mondays() Schedule the event to run only on Mondays.
$this name(string $description) Set the human-friendly description of the
$this runInBackground() State that the command should run in background
$this wednesdays() Schedule the event to run only on Wednesdays.
$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to
$this saturdays() Schedule the event to run only on Saturdays.
array events() Get all of the events on the schedule.
$this yearly() Schedule the event to run yearly.
$this fridays() Schedule the event to run only on Fridays.
Page 8 of 15