void boot() Boot the application's service providers.
ContextualBindingBuilder
void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags
void registerDeferredProvider(string $provider, string $service = null) Register
void alias(string $abstract, string $alias) Alias a type to a different
bool resolved(string $abstract) Determine if the given abstract type has
array tagged(array $tag) Resolve all of the bindings for a given tag.
mixed call(callable|string $callback, array $parameters = array(), string|null $defaultMethod = null)
void resolving(string $abstract, Closure $callback = null)
string basePath() Get the base path of the Laravel installation.
Page 2 of 3