ProjectsController
class ProjectsController 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
create()
Shows the create project page.
Response
Response
show(Request $request, int $id)
Shows the project show page v2.
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 18
Response
create()
Shows the create project page.
at line 31
Response
index()
deprecated
deprecated
Shows the project index page.
at line 43
protected Response
show(Request $request, int $id)
Shows the project show page v2.