RedirectsUsers

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

RedirectsUsers::redirectPath()

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

Redis

Illuminate\Redis Classes Database RedisServiceProvider

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

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::clearResolvedInstance()

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

Redis::clearResolvedInstances()

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

Redis::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Redis::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Redis::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void