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).

Response
create()

Shows the create project page.

Response
index() deprecated

Shows the project index page.

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).

Parameters

Request $request

Return Value

bool

at line 16
Response create()

Shows the create project page.

Return Value

Response

at line 29
Response index() deprecated

deprecated This is a legacy route and got replaced by the global search.

Shows the project index page.

Return Value

Response

at line 41
protected Response show(Request $request, int $id)

Shows the project show page v2.

Parameters

Request $request
int $id

project ID

Return Value

Response