StoreUserDisk
class StoreUserDisk extends FormRequest
Methods
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Get the validation rules that apply to the request.
array
getTypeValidationRules()
Get additional validation rules for a storage disk type.
array
getDiskOptions()
Get the storage disk options from the input of this request.
withValidator($validator)
No description
Details
at line 15
bool
authorize()
Determine if the user is authorized to make this request.
at line 25
array
rules()
Get the validation rules that apply to the request.
at line 38
array
getTypeValidationRules()
Get additional validation rules for a storage disk type.
at line 48
array
getDiskOptions()
Get the storage disk options from the input of this request.
at line 63
withValidator($validator)
No description