SqlServerGrammar::compileDrop()

string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string

PostgresGrammar::compileColumnExists()

string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string

SqlServerGrammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

Grammar::getDateFormat()

string getDateFormat() Get the format for database stored dates. Return Value string

ProviderMakeCommand::call()

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

MessageBag::setFormat()

$this setFormat(string $format = ':message') Set the default message format. Parameters string $format Return Value $this

PolicyMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

Paginator::perPage()

int perPage() Get the number of items shown per page. Return Value int

ListFailedCommand::getLaravel()

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

SortedMiddleware::whereStrict()

Collection whereStrict(string $key, mixed $value) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $value Return Value Collection