string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string
string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string
array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array
string getDateFormat() Get the format for database stored dates. Return Value string
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
$this setFormat(string $format = ':message') Set the default message format. Parameters string $format Return Value $this
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
int perPage() Get the number of items shown per page. Return Value int
Application getLaravel() Get the Laravel application instance. Return Value Application
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
Page 130 of 996