class SettingsController extends Controller

Traits

AuthorizesRequests
ValidatesRequests

Methods

bool
isAutomatedRequest(Request $request = null)

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

RedirectResponse
index()

Redirects to the profile settings.

profile(Guard $auth)

Shows the profile settings.

account(Guard $auth)

Shows the account settings.

authentication(Guard $auth)

Shows the authentication settings.

tokens(Guard $auth)

Shows the tokens settings.

notifications()

Shows the notification settings.

Details

in Controller at line 21
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 line 15
RedirectResponse index()

Redirects to the profile settings.

Return Value

RedirectResponse

at line 25
profile(Guard $auth)

Shows the profile settings.

Parameters

Guard $auth

at line 37
account(Guard $auth)

Shows the account settings.

Parameters

Guard $auth

at line 50
authentication(Guard $auth)

Shows the authentication settings.

Parameters

Guard $auth

at line 62
tokens(Guard $auth)

Shows the tokens settings.

Parameters

Guard $auth

at line 76
notifications()

Shows the notification settings.