$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event
$this when(Closure $callback)
$this weekly() Schedule the event to run weekly.
void run(Container $container)
bool runsInEnvironment(string $environment) Determine if the event runs
$this timezone(DateTimeZone|string $timezone)
$this tuesdays() Schedule the event to run only on Tuesdays.
$this everyTenMinutes() Schedule the event to run every ten minutes.
$this mondays() Schedule the event to run only on Mondays.
$this evenInMaintenanceMode() State that the command should run even in
Page 3 of 15