FormRequest::getRouteResolver()

Closure getRouteResolver() Get the route resolver callback. Return Value Closure

FailedTableCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

MailgunTransport::getKey()

string getKey() Get the API key being used by the transport. Return Value string

Collection::max()

mixed max(callable|string|null $callback = null) Get the max value of a given key. Parameters callable|string|null $callback Return Value mixed

MiddlewareMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

JoinClause::average()

mixed average(string $column) Alias for the "avg" method. Parameters string $column Return Value mixed

Presenter::getPrevious()

string getPrevious(string $text = '«') Get the previous page pagination element. Parameters string $text Return Value string

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

TaggedCache::offsetUnset()

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

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