handle(Request $request, $type = self::MASTER_REQUEST, $catch = true) {@inheritdoc} Parameters Request $request $type $catch
ServiceProvider|null getProvider(ServiceProvider|string $provider) Get the registered service provider instance if it exists. Parameters ServiceProvider|string $provider Return Value ServiceProvider|null
string getNamespace() Get the application namespace. Return Value string Exceptions RuntimeException
callable getMonologConfigurator() Get the custom Monolog configurator for the application. Return Value callable
string getLocale() Get the current application locale. Return Value string
array getLoadedProviders() Get the service providers that have been loaded. Return Value array
Application getLaravel() Get the Laravel application instance. Return Value Application
static Container getInstance() Set the globally available instance of the container. Return Value Container
array getDeferredServices() Get the application's deferred services. Return Value array
string getCachedServicesPath() Get the path to the cached services.php file. Return Value string
Page 980 of 996