Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
app
main
controllers
NewsfeedController
index
app\main\controllers\NewsfeedController::index PHP 메소드
NewsfeedController 1 문서
파일 보기
프로젝트 열기: phalconslayer/slayer
index()
공개
메소드
GET | This shows the final landing page, in which it is the newsfeed.
public
index
( ) :
mixed
리턴
mixed
public function index() { return view('newsfeed.showLandingPage'); }
NewsfeedController
index
initialize