ProjectsController
class ProjectsController 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
create()
Shows the create project page.
Response
show(Request$request,int$id)
Shows the project show page.
Response
Response
tutorial(string$name)
Show a tutorials 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 line17
Response
create()
Shows the create project page.
at line31
Response
show(Request$request,int$id)
Shows the project show page.
at line89
Response
index()deprecated
deprecated
Shows the project index page.
at line100
Response
tutorial(string$name)
Show a tutorials article.