ManualController
class ManualController 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
index()
Show the application manual to the user.
tutorialsArticle(string $module, string $article = null)
Show a tutorials article.
documentationArticle(string $module, string $article = null)
Show a documentation article.
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 13
index()
Show the application manual to the user.
at line 24
tutorialsArticle(string $module, string $article = null)
Show a tutorials article.
at line 45
documentationArticle(string $module, string $article = null)
Show a documentation article.