IndexRequest
        
        extends FormRequest
    
    
            
            in package
            
        
    
    
    
Class IndexRequest.
Table of Contents
Methods
- rules() : array<string, mixed>
 - Get the validation rules that apply to the request.
 - validated() : array<string, mixed>
 
Methods
rules()
Get the validation rules that apply to the request.
    public
                    rules() : array<string, mixed>
    Return values
array<string, mixed>validated()
    public
                    validated([ $key = null ][,  $default = null ]) : array<string, mixed>