Config::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Config::setFacadeApplication()

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

Config::getFacadeRoot()

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

Config::getFacadeApplication()

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

Config::clearResolvedInstances()

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

Config::clearResolvedInstance()

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

Config

Config class Config 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 resol

Config

Illuminate\Config Classes EnvironmentVariables PHP $_ENV loader for protecting sensitive configuration options. FileEnvironmentVariablesLoader FileLoader Repository

ComposerServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

ComposerServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException