App\Http\Controllers\Frontend\Auth\LoginController::showLoginForm PHP Méthode

showLoginForm() public méthode

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