void registerConfiguredProviders() Register all of the configured providers
void booted(mixed $callback) Register a new "booted" listener.
void booting(mixed $callback) Register a new boot listener.
string getCachedServicesPath() Get the path to the cached services.php
void singleton(string|array $abstract, Closure|string|null $concrete = null)
mixed make(string $abstract, array $parameters = array()) Resolve the given
ContextualBindingBuilder
void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false)
void extend(string $abstract, Closure $closure)
string getCachedCompilePath() Get the path to the cached "compiled.php"
Page 1 of 3