app\main\controllers\NewsfeedController::index PHP Method

index() public method

GET | This shows the final landing page, in which it is the newsfeed.
public index ( ) : mixed
return mixed
    public function index()
    {
        return view('newsfeed.showLandingPage');
    }
NewsfeedController