bool isDue(Application $app)
$this mondays() Schedule the event to run only on Mondays.
$this weekly() Schedule the event to run weekly.
$this timezone(DateTimeZone|string $timezone)
$this daily() Schedule the event to run daily.
$this pingBefore(string $url) Register a callback to ping a given URL before
$this quarterly() Schedule the event to run quarterly.
$this unlessBetween(string $startTime, string $endTime) Schedule the event
$this appendOutputTo(string $location) Append the output of the command
$this sundays() Schedule the event to run only on Sundays.
Page 4 of 15