App\Http\Controllers\Frontend\Auth\RegisterController::showRegistrationForm PHP Méthode

showRegistrationForm() public méthode

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