This is how to solve this error
AppHttpControllersAuthLoginController::attemptLogin(): Argument #1 ($request) must be of type AppHttpControllersAuthRequest, IlluminateHttpRequest given, called in
import the request class with use IlluminateHttpRequest;
at the top of the LoginController.