LibraryIndexRequest
extends FormRequest
in package
Table of Contents
Methods
- authorize() : bool
- Determine if the user is authorized to make this request.
- rules() : array<string, ValidationRule|array<string|int, mixed>|string>
- 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
boolrules()
Get the validation rules that apply to the request.
public
rules() : array<string, ValidationRule|array<string|int, mixed>|string>