DownCommand::argument()

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

DatabasePresenceVerifier::setConnection()

void setConnection(string $connection) Set the connection to be used. Parameters string $connection Return Value void

Exists::whereNot()

$this whereNot(string $column, string $value) Set a "where not" constraint on the query. Parameters string $column string $value Return Value $this

Upgrade Guide

Upgrade Guide Upgrading To 5.3.0 From 5.2 Upgrading To 5.2.0 From 5.1 Upgrading To 5.1.11 Upgrading To 5.1.0 Upgrading To 5.0.16 Upgrading To 5.0 From 4.2 Upgrading To 4.2 From 4.1 Upgrading To 4.1.29 From <= 4.1.x Upgrading To 4.1.26 From <= 4.1.25 Upgrading To 4.1 From 4.0 Upgrading To 5.3.0 From 5.2 Estimated Upgrade Time: 2-3 Hours We attempt to document every possible breaking change. Since some of these breaking changes are in obscure parts of the framework only a portion of thes

Guard

Guard class Guard implements HttpKernelInterface (View source) Methods void __construct(HttpKernelInterface $app, Encrypter $encrypter) Create a new CookieGuard instance. Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handle the given request and get the response.

HasMany::match()

array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array

SqlServerGrammar::compileCreate()

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

ListFailedCommand::arguments()

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

NullQueue::pop()

Job|null pop(string $queue = null) Pop the next job off of the queue. Parameters string $queue Return Value Job|null

HasMany::matchMany()

array matchMany(array $models, Collection $results, string $relation) Match the eagerly loaded results to their many parents. Parameters array $models Collection $results string $relation Return Value array