TaggedCache::offsetUnset()

void offsetUnset(string $key) Remove an item from the cache. Parameters string $key Return Value void

UserProvider

UserProvider interface UserProvider (View source) Methods Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticatable $user, string $token) Update the "remember me" token for the given user in storage. Authenticatable|null retrieveByCredentials(array $credentia

ResponseTrait::header()

$this header(string $key, array|string $values, bool $replace = true) Set a header on the Response. Parameters string $key array|string $values bool $replace Return Value $this

MorphPivot::getPerPage()

int getPerPage() Get the number of models to return per page. Return Value int

FormRequest::flashExcept()

void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void

FilesystemManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

Builder::blueprintResolver()

void blueprintResolver(Closure $resolver) Set the Schema Blueprint resolver callback. Parameters Closure $resolver Return Value void

Collection::groupBy()

Collection groupBy(callable|string $groupBy, bool $preserveKeys = false) Group an associative array by a field or using a callback. Parameters callable|string $groupBy bool $preserveKeys Return Value Collection

NotificationTableCommand::hasArgument()

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

BladeCompiler::getEscapedContentTags()

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