ProjectInvitationController
class ProjectInvitationController 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
RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
from
Controller
RedirectResponse|null
destroy(int $id)
Deletes a project invitation.
Response
showQrCode(int $id)
Get the QR code of an invitation
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).
in
Controller at line 15
protected RedirectResponse
fuzzyRedirect()
Redirects to the _redirect URL, to a route or else back.
at line 38
ProjectInvitation
store(StoreProjectInvitation $request)
Adds a new invitation to the project.
at line 67
RedirectResponse|null
join(JoinProjectInvitation $request, int $id)
Join a project through an invitation.
at line 112
destroy(int $id)
Deletes a project invitation.
at line 132
Response
showQrCode(int $id)
Get the QR code of an invitation