App\Http\Controllers\Front\Auth\LoginController::showLoginForm PHP Method

showLoginForm() public method

Show the application's login form.
public showLoginForm ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function showLoginForm()
    {
        die('front auth not active');
        return view('front.auth.login');
    }