MorphPivot::with()

static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model

Dispatcher::dispatch()

mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. Parameters mixed $command Return Value mixed

EncryptedStore::flashInput()

void flashInput(array $value) Flash an input array to the session. Parameters array $value Return Value void

MocksApplicationServices::withoutObservers()

$this withoutObservers(array|string $observers) Specify a list of observers that will not run for the given operation. Parameters array|string $observers Return Value $this

BladeCompiler::getContentTags()

string getContentTags() Gets the content tags used for the compiler. Return Value string

MigrationCreator::afterCreate()

void afterCreate(Closure $callback) Register a post migration create hook. Parameters Closure $callback Return Value void

BelongsToMany::chunk()

bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool

UrlGenerator::setRootControllerNamespace()

$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this

EloquentUserProvider::__construct()

void __construct(Hasher $hasher, string $model) Create a new database user provider. Parameters Hasher $hasher string $model Return Value void

Registrar::substituteBindings()

Route substituteBindings(Route $route) Substitute the route bindings onto the route. Parameters Route $route Return Value Route