App\Http\Controllers\Frontend\Auth\LoginController::showLoginForm PHP 메소드

showLoginForm() 공개 메소드

Show the application's login form.
public showLoginForm ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response
    public function showLoginForm()
    {
        return view('frontend.auth.login')->withSocialiteLinks((new Socialite())->getSocialLinks());
    }