array getBindings() Get the container's bindings.
void instance(string $abstract, mixed $instance) Register an existing instance
bool resolved(string $abstract) Determine if the given abstract type has
BindingResolutionException deprecated class BindingResolutionException
mixed build(string $concrete, array $parameters = array()) Instantiate
mixed refresh(string $abstract, mixed $target, string $method) Refresh
bool isShared(string $abstract) Determine if a given type is shared.
string getAlias(string $abstract) Get the alias for an abstract if available
void give(Closure|string $implementation)
void offsetSet(string $key, mixed $value) Set the value at a given offset
Page 3 of 5