bool filtersPass(Application $app)
$this user(string $user) Set which user the command should run as.
$this monthly() Schedule the event to run monthly.
$this daily() Schedule the event to run daily.
$this pingBefore(string $url) Register a callback to ping a given URL before
array dueEvents(Application $app)
$this dailyAt(string $time) Schedule the event to run daily at a given
$this before(Closure $callback)
Event class Event (
$this thenPing(string $url) Register a callback to ping a given URL after
Page 13 of 15