StorageRequestController
class StorageRequestController 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
Response
index(Request $request)
Show the view to index storage requests of the user.
Response
create(Request $request)
Show the view to create a new storage request.
Response
review(int $id)
Show the view to review a storage request.
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).
at line 20
Response
index(Request $request)
Show the view to index storage requests of the user.
at line 47
Response
create(Request $request)
Show the view to create a new storage request.
at line 79
Response
review(int $id)
Show the view to review a storage request.