$this saturdays() Schedule the event to run only on Saturdays. Return Value $this
bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool
bool runsInEnvironment(string $environment) Determine if the event runs in the given environment. Parameters string $environment Return Value bool
$this runInBackground() State that the command should run in background. Return Value $this
void run(Container $container) Run the given event. Parameters Container $container Return Value void Exceptions Exception
$this quarterly() Schedule the event to run quarterly. Return Value $this
$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this
$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event to run monthly on a given day and time. Parameters int $day string $time Return Value $this
$this monthly() Schedule the event to run monthly. Return Value $this
Page 875 of 996