Add this method to app/Http/Controllers/Auth/LoginController.php
public function showLoginForm() { return view('auth.login'); }