App\Http\Controllers\Frontend\WelcomeController::index PHP 메소드

index() 공개 메소드

Show the application welcome screen to the user.
public index ( ) : Response
리턴 Response
    public function index()
    {
        return view('frontend.welcome');
    }
WelcomeController