App\Http\Controllers\Frontend\Auth\RegisterController::showRegistrationForm PHP Method

showRegistrationForm() public method

Show the application registration form.
public showRegistrationForm ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function showRegistrationForm()
    {
        return view('frontend.auth.register');
    }