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