Config::setFacadeApplication()

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

Config::shouldReceive()

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

Config::clearResolvedInstance()

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

Config::getFacadeRoot()

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

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::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

ComposerServiceProvider::__construct()

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

ComposerServiceProvider::register()

void register() Register the service provider. Return Value void

ComposerServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array