Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F41987644
HomeController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
763 B
Referenced Files
None
Subscribers
None
HomeController.php
View Options
<?php
namespace
AuthGrove\Http\Controllers
;
class
HomeController
extends
Controller
{
/*
|--------------------------------------------------------------------------
| Home Controller
|--------------------------------------------------------------------------
|
| This controller renders your application's "dashboard" for users that
| are authenticated. Of course, you are free to change or remove the
| controller as you wish. It is just here to get your app started!
|
*/
/**
* Create a new controller instance.
*
* @return void
*/
public
function
__construct
()
{
$this
->
middleware
(
'auth'
);
}
/**
* Show the application dashboard to the user.
*
* @return Response
*/
public
function
index
()
{
return
view
(
'home'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Aug 8, 08:55 (13 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3927904
Default Alt Text
HomeController.php (763 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment