array getBags() Get all the bags. Return Value array
string basePath() Get the base path of the Laravel installation. Return Value string
string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string
static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
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
Page 79 of 996