Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
App
Http
Controllers
Frontend
WelcomeController
PHP Class App\Http\Controllers\Frontend\WelcomeController
Inheritance:
extends
App\Http\Controllers\Controller
Afficher le fichier
Open project: qloog/laravel5-backend
Méthodes publiques
Méthode
Description
__construct
( ) :
void
Create a new controller instance.
index
( ) :
Response
Show the application welcome screen to the user.
Method Details
__construct()
public
méthode
Create a new controller instance.
public
__construct
( ) :
void
Résultat
void
index()
public
méthode
Show the application welcome screen to the user.
public
index
( ) :
Response
Résultat
Response