SettingsController
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).
from
Controller
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
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).
at line 15
Response
index()
Redirects to the profile settings.
at line 26
Response
profile(Guard $auth)
Shows the profile settings.
at line 39
Response
account(Guard $auth)
Shows the account settings.
at line 53
Response
tokens(Guard $auth)
Shows the tokens settings.
at line 69
Response
notifications()
Shows the notification settings.