Container::bind()
Method: Binds an interface, a class or a string slug to an implementation.
Method: Returns true if the container can return an entry for the given identifier.
Method: Binds an interface a class or a string slug to an implementation and will always return the same instance.
Container::singleton Read More »