Command resolve(string $command) Add a command, resolving through the application. Parameters string $command Return Value Command
$this resolveCommands(array|mixed $commands) Resolve an array of commands through the application. Parameters array|mixed $commands Return Value $this
ServiceProvider resolveProviderClass(string $provider) Resolve a service provider instance from the class name. Parameters string $provider Return Value ServiceProvider
bool resolved(string $abstract) Determine if the given abstract type has been resolved. Parameters string $abstract Return Value bool
void registerDeferredProvider(string $provider, string $service = null) Register a deferred provider and service. Parameters string $provider string $service Return Value void
void registerCoreContainerAliases() Register the core class aliases in the container. Return Value void
void registerConfiguredProviders() Register all of the configured providers. Return Value void
Page 976 of 996