$this weekly() Schedule the event to run weekly.
$this days(array|mixed $days) Set the days of the week the command should
$this when(Closure $callback)
$this timezone(DateTimeZone|string $timezone)
$this everyFiveMinutes() Schedule the event to run every five minutes.
void error(string $string, null|int|string $verbosity = null) Write a string
$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event
mixed __call(string $method, array $parameters) Dynamically handle missing
Event call(string $callback, array $parameters = array())
$this skip(Closure $callback)
Page 1 of 24