Laravel 5: Resolving Concrete Implementations From the Service Container With resolve
The resolve helper function can be used to resolve a class instance form the Service Container. This function is typically used with named instances, but can be used to resolve any dependency from the Service Container as long as its constructor...