Kernel::terminate()

void terminate(Request $request, Response $response) Call the terminate method on any terminable middleware. Parameters Request $request Response $response Return Value void

DatabaseNotification::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

ShareErrorsFromSession::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

Redirect::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

RateLimiter::__construct()

void __construct(Repository $cache) Create a new rate limiter instance. Parameters Repository $cache Return Value void

RedisTaggedCache::setDefaultCacheTime()

void setDefaultCacheTime(float|int $minutes) Set the default cache time in minutes. Parameters float|int $minutes Return Value void

SqlServerGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

RateLimiter::tooManyAttempts()

bool tooManyAttempts(string $key, int $maxAttempts, float|int $decayMinutes = 1) Determine if the given key has been "accessed" too many times. Parameters string $key int $maxAttempts float|int $decayMinutes Return Value bool

Migrator::__construct()

void __construct(MigrationRepositoryInterface $repository, ConnectionResolverInterface $resolver, Filesystem $files) Create a new migrator instance. Parameters MigrationRepositoryInterface $repository ConnectionResolverInterface $resolver Filesystem $files Return Value void

ConfigPublishCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void