Request
abstract class Request extends FormRequest (View source)
Methods
bool
authorize()
Determines if the user is authorized to make this request.
array
rulesForCreate()
No description
array
rulesForUpdate()
No description
array
rules()
Gets the validation rules that apply to the request.
array
rulesForTranslatedFields(array $existingRules, array $translatedFieldRules)
No description
array
messagesForTranslatedFields(array $messages, array $fields)
Gets the error messages for the defined validation rules.
Details
bool
authorize()
Determines if the user is authorized to make this request.
array
rulesForCreate()
No description
array
rulesForUpdate()
No description
array
rules()
Gets the validation rules that apply to the request.
protected array
rulesForTranslatedFields(array $existingRules, array $translatedFieldRules)
No description
protected array
messagesForTranslatedFields(array $messages, array $fields)
Gets the error messages for the defined validation rules.