ClearRemindersCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Exists::using()

$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this

CallbackEvent::pingBefore()

$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this

Foundation\Bootstrap

Illuminate\Foundation\Bootstrap Classes BootProviders ConfigureLogging DetectEnvironment HandleExceptions LoadConfiguration RegisterFacades RegisterProviders SetRequestForConsole

RedisStore::getRedis()

Database getRedis() Get the Redis database instance. Return Value Database

Schedule::command()

Event command(string $command, array $parameters = array()) Add a new Artisan command event to the schedule. Parameters string $command array $parameters Return Value Event

ServeCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

Collection::shift()

mixed shift() Get and remove the first item from the collection. Return Value mixed

CallbackEvent::filtersPass()

bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool

ConsoleMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application