SystemMessagesController
class SystemMessagesController 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()
Shows the admin system messages page.
Response
create()
Shows the admin new system message page.
Response
update($id)
Shows the admin edit system message page.
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 16
Response
index()
Shows the admin system messages page.
at line 32
Response
create()
Shows the admin new system message page.
at line 50
Response
update($id)
Shows the admin edit system message page.