Database::command()

mixed command(string $method, array $parameters = array()) Run a command against the Redis database. Parameters string $method array $parameters Return Value mixed

Arr::flatten()

static array flatten(array $array, int $depth = INF) Flatten a multi-dimensional array into a single level. Parameters array $array int $depth Return Value array

MigrateMakeCommand::options()

array options() Get all of the options passed to the command. Return Value array

UpCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Model::fromJson()

mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed

MakesHttpRequests::dontSeeInField()

$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this

DatabaseQueue::deleteReserved()

void deleteReserved(string $queue, string $id) Delete a reserved job from the queue. Parameters string $queue string $id Return Value void

Factory::extendImplicit()

void extendImplicit(string $rule, Closure|string $extension, string $message = null) Register a custom implicit validator extension. Parameters string $rule Closure|string $extension string $message Return Value void

DownCommand::call()

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

MakeAuthCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string