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

create()

Shows the create project page.

RedirectResponse
index() deprecated

Shows the project index page.

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 14
create()

Shows the create project page.

at line 27
RedirectResponse index() deprecated

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

Shows the project index page.

Return Value

RedirectResponse

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

Shows the project show page v2.

Parameters

Request $request
int $id

project ID