Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768584
WelcomeController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
775 B
Referenced Files
None
Subscribers
None
WelcomeController.php
View Options
<?php
namespace
AuthGrove\Http\Controllers
;
class
WelcomeController
extends
Controller
{
/*
|--------------------------------------------------------------------------
| Welcome Controller
|--------------------------------------------------------------------------
|
| This controller renders the "marketing page" for the application and
| is configured to only allow guests. Like most of the other sample
| controllers, you are free to modify or remove it as you desire.
|
*/
/**
* Create a new controller instance.
*
* @return void
*/
public
function
__construct
()
{
$this
->
middleware
(
'guest'
);
}
/**
* Show the application welcome screen to the user.
*
* @return Response
*/
public
function
index
()
{
return
view
(
'welcome'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 25, 08:55 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259355
Default Alt Text
WelcomeController.php (775 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment