CommandMakeCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

ClearRemindersCommand::getLaravel()

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

JoinClause::exists()

bool exists() Determine if any rows exist for the current query. Return Value bool

Grammar::parameterize()

string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string

ResetsPasswords::broker()

PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker

Model::__unset()

void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void

SSH::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

DownCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

RedisStore::put()

void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void

ClearRemindersCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int