Redis::clearResolvedInstances()

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

Redis::clearResolvedInstance()

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

Redis

Redis class Redis extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolve

Redis

Redis Introduction Configuration Interacting With Redis Pipelining Commands Pub / Sub Introduction Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, and sorted sets. Before using Redis with Laravel, you will need to install the predis/predis package via Composer: composer require predis/predis

Redis

Illuminate\Redis Classes Database RedisServiceProvider

RedirectsUsers::redirectPath()

string redirectPath() Get the post register / login redirect path. Return Value string

RedirectsUsers

RedirectsUsers trait RedirectsUsers (View source) Methods string redirectPath() Get the post register / login redirect path.

RedirectResponse::__call()

$this __call(string $method, array $parameters) Dynamically bind flash data in the session. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException

RedirectResponse::withInput()

$this withInput(array $input = null) Flash an array of input to the session. Parameters array $input Return Value $this

RedirectResponse::withHeaders()

$this withHeaders(array $headers) Add an array of headers to the response. Parameters array $headers Return Value $this