Laravel 5: Accessing the Service Container With app
…ke app with the auth argument: 1 // $authManager will be an instance of 2 // Illuminate\Auth\AuthManager 3 $ authManager = app ( ' auth ' ) ; The previous example would be equivalent to resolving the Service Container itself and invoking the make...