PHP Class app\http\controllers\WelcomeController

Inheritance: extends Controller
Show file Open project: ngmy/webloyer

Public Methods

Method Description
__construct ( ) : void Create a new controller instance.
index ( ) : Response Show the application welcome screen to the user.

Method Details

__construct() public method

Create a new controller instance.
public __construct ( ) : void
return void

index() public method

Show the application welcome screen to the user.
public index ( ) : Response
return Response