UserPinnedProjectController
class UserPinnedProjectController 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
RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
from Controller
mixed
index(Request$request)
Shows all pinned projects of the user.
mixed
mixed
Details
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
inControllerat line15
protectedRedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line34
mixed
index(Request$request)
Shows all pinned projects of the user.
at line53
mixed
store(StorePinnedProject$request)
Pin a project.
at line77
mixed
destroy(DestroyPinnedProject$request)
Unpin a project.