UpdatePaketRequest
extends FormRequest
in package
Class UpdatePaketRequest
Handles validation for updating an existing Paket.
Table of Contents
Methods
- authorize() : bool
- Determine if the user is authorized to make this request.
- messages() : array<string|int, mixed>
- Get custom error messages for validation rules.
- rules() : array<string|int, mixed>
- Get the validation rules that apply to the request.
Methods
authorize()
Determine if the user is authorized to make this request.
public
authorize() : bool
Return values
boolmessages()
Get custom error messages for validation rules.
public
messages() : array<string|int, mixed>
Return values
array<string|int, mixed> —The custom error messages.
rules()
Get the validation rules that apply to the request.
public
rules() : array<string|int, mixed>
Return values
array<string|int, mixed> —The validation rules.