$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to
bool runsInMaintenanceMode() Determine if the event runs in maintenance
$this everyThirtyMinutes() Schedule the event to run every thirty minutes
$this yearly() Schedule the event to run yearly.
$this everyFiveMinutes() Schedule the event to run every five minutes.
$this fridays() Schedule the event to run only on Fridays.
void line(string $string, string $style = null, null|int|string $verbosity = null)
$this saturdays() Schedule the event to run only on Saturdays.
array events() Get all of the events on the schedule.
$this at(string $time) Schedule the command at a given time.
Page 8 of 15