SendCodeRequest
class SendCodeRequest extends FormRequest (View source)
Custom request for sending a password recovery code.
Methods
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Get the validation rules that apply to the request.
array
messages()
Get custom messages for validator errors.
Store
session()
Provides access to the session instance.
Details
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Get the validation rules that apply to the request.
array
messages()
Get custom messages for validator errors.
Store
session()
Provides access to the session instance.