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

RedirectResponse
fuzzyRedirect()

Redirects to the _redirect URL, to a route or else back.

store(Guard $auth)

Creates a new demo project which already has a label tree and volume attached

replicateVolume(Volume $volume, Project $project, User $creator)

Replicate a volume.

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

in Controller at line 15
protected RedirectResponse fuzzyRedirect()

Redirects to the _redirect URL, to a route or else back.

Return Value

RedirectResponse

at line 25
store(Guard $auth)

Creates a new demo project which already has a label tree and volume attached

Parameters

Guard $auth

at line 58
protected replicateVolume(Volume $volume, Project $project, User $creator)

Replicate a volume.

Parameters

Volume $volume
Project $project
User $creator