UserDiskController
class UserDiskController 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)
Shows the user disks settings.
Response
store(Request $request)
Shows the user disks create view.
Response
update(int $id)
Shows the user disks create view.
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 18
Response
index(Request $request)
Shows the user disks settings.
at line 36
Response
store(Request $request)
Shows the user disks create view.
at line 57
Response
update(int $id)
Shows the user disks create view.