ViewErrorBag::getBags()

array getBags() Get all the bags. Return Value array

Application::basePath()

string basePath() Get the base path of the Laravel installation. Return Value string

SqlServerGrammar::compileEnableForeignKeyConstraints()

string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string

DatabaseNotification::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

Pivot::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

TableCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

TaggedCache::decrement()

void decrement(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void

DatabaseNotification::getMutatedAttributes()

array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array

ClosureCommand::warn()

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

ClosureCommand::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