bool runsInEnvironment(string $environment) Determine if the event runs
bool isDue(Application $app)
Event call(string $callback, array $parameters = array())
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.
$this mondays() Schedule the event to run only on Mondays.
$this environments(array|mixed $environments) Limit the environments the
void run(Container $container)
Page 1 of 24