class SettingsController 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).

Response
index()

Redirects to the profile settings.

Response
profile(Guard$auth)

Shows the profile settings.

Response
account(Guard$auth)

Shows the account settings.

Response
tokens(Guard$auth)

Shows the tokens settings.

Response
notifications()

Shows the notification settings.

Details

inControllerat line21
bool isAutomatedRequest(Request$request =null)

Determines if the request was done by an automated script (with API token or ajax).

Parameters

Request $request

Return Value

bool

at line15
Response index()

Redirects to the profile settings.

Return Value

Response

at line26
Response profile(Guard$auth)

Shows the profile settings.

Parameters

Guard $auth

Return Value

Response

at line39
Response account(Guard$auth)

Shows the account settings.

Parameters

Guard $auth

Return Value

Response

at line53
Response tokens(Guard$auth)

Shows the tokens settings.

Parameters

Guard $auth

Return Value

Response

at line69
Response notifications()

Shows the notification settings.

Return Value

Response