Documentation

StorePaketRequest extends FormRequest
in package

Class StorePaketRequest

Handles validation for storing a new 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
bool

messages()

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.


        
On this page

Search results