bool runsInEnvironment(string $environment) Determine if the event runs
bool isDue(Application $app)
Event call(string $callback, array $parameters = array())
$this thenPing(string $url) Register a callback to ping a given URL after
$this everyFiveMinutes() Schedule the event to run every five minutes.
$this everyTenMinutes() Schedule the event to run every ten minutes.
string buildCommand() Build the command string.
$this skip(Closure $callback)
$this description(string $description) Set the human-friendly description
$this tuesdays() Schedule the event to run only on Tuesdays.
Page 1 of 24