Gate::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

HasManyThrough::touch()

void touch() Touch all of the related models for the relationship. Return Value void

AutoloadCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

User::newQueryWithoutScope()

Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder

StartSession::terminate()

void terminate(Request $request, Response $response) Perform any final actions for the request lifecycle. Parameters Request $request Response $response Return Value void

SqsJob::isDeleted()

bool isDeleted() Determine if the job has been deleted. Return Value bool

Model::newQueryWithoutScopes()

Builder|Model newQueryWithoutScopes() Get a new query builder that doesn't have any global scopes. Return Value Builder|Model

PostgresConnection::setPostProcessor()

void setPostProcessor(Processor $processor) Set the query post processor used by the connection. Parameters Processor $processor Return Value void

Handler::report()

void report(Exception $e) Report or log an exception. Parameters Exception $e Return Value void Exceptions Exception

LoaderInterface

LoaderInterface interface LoaderInterface (View source) Methods array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. void addNamespace(string $namespace, string $hint) Add a new namespace to the loader.