void booting(mixed $callback) Register a new boot listener.
void registerConfiguredProviders() Register all of the configured providers
void booted(mixed $callback) Register a new "booted" listener.
void singleton(string|array $abstract, Closure|string|null $concrete = null)
string getCachedServicesPath() Get the path to the cached services.php
mixed make(string $abstract, array $parameters = array()) Resolve the given
void boot() Boot the application's service providers.
void registerDeferredProvider(string $provider, string $service = null) Register
void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags
void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false)
Page 1 of 3