ManualController
class ManualController 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
Response
index()
Show the application manual to the user.
Response
tutorialsArticle(string$module,string$article =null)
Show a tutorials article.
Response
documentationArticle(string$module,string$article =null)
Show a documentation article.
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line14
Response
index()
Show the application manual to the user.
at line26
Response
tutorialsArticle(string$module,string$article =null)
Show a tutorials article.
at line50
Response
documentationArticle(string$module,string$article =null)
Show a documentation article.