bool isLocal() Determine if application is in local environment. Return Value bool
bool isDownForMaintenance() Determine if the application is currently down for maintenance. Return Value bool
bool isDeferredService(string $service) Determine if the given service is a deferred service. Parameters string $service Return Value bool
bool isBooted() Determine if the application has booted. Return Value bool
bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool
void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void
bool hasMonologConfigurator() Determine if the application has a custom Monolog configurator. Return Value bool
bool hasBeenBootstrapped() Determine if the application has been bootstrapped before. Return Value bool
Page 979 of 996