Laravel 5: Accessing the Service Container With app
…ny call to app() will return the same Container instance. The app function can also be used to resolve registered dependencies from the Service Container instance.The signature of the app function is: 1 function app ( 2 $ abstract = null , 3...