DashboardController
class DashboardController extendsController
Traits
AuthorizesRequests
ValidatesRequests
Methods
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
from Controller
__construct()
Create a new instance.
Response
Response
indexLandingPage()
Show the landing page if no user is authenticated.
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line18
__construct()
Create a new instance.
at line32
Response
index(Guard$auth,Modules$modules)
Show the application dashboard to the user.
at line49
protectedResponse
indexDashboard(Modules$modules,User$user)
Show the dashboard for a logged in user.
at line78
protectedResponse
indexLandingPage()
Show the landing page if no user is authenticated.