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
Application getLaravel() Get the Laravel application instance. Return Value Application
bool exists() Determine if any rows exist for the current query. Return Value bool
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
PasswordBroker broker() Get the broker to be used during password reset. Return Value PasswordBroker
void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
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
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
Page 113 of 996