$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.
$this monthlyOn(int $day = 1, string $time = '0:0') Schedule the event
Event call(string $callback, array $parameters = array())
$this skip(Closure $callback)
$this thenPing(string $url) Register a callback to ping a given URL after
$this everyTenMinutes() Schedule the event to run every ten minutes.
Page 1 of 15