bool isDue(Application $app)
$this fridays() Schedule the event to run only on Fridays.
$this then(Closure $callback)
$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false)
$this dailyAt(string $time) Schedule the event to run daily at a given
$this environments(array|mixed $environments) Limit the environments the
$this at(string $time) Schedule the command at a given time.
bool filtersPass(Application $app)
$this runInBackground() State that the command should run in background
Page 7 of 15