void comment(string $string, null|int|string $verbosity = null) Write a
$this everyFiveMinutes() Schedule the event to run every five minutes.
bool runsInMaintenanceMode() Determine if the event runs in maintenance
$this yearly() Schedule the event to run yearly.
$this runInBackground() State that the command should run in background
$this sundays() Schedule the event to run only on Sundays.
$this at(string $time) Schedule the command at a given time.
$this fridays() Schedule the event to run only on Fridays.
Page 7 of 15