Drive Manifold

Handler extends Handler
in package

Table of Contents

$dontFlash  : array<string|int, mixed>
A list of the inputs that are never flashed for validation exceptions.
$dontReport  : array<string|int, mixed>
A list of the exception types that are not reported.
register()  : void
Register the exception handling callbacks for the application.

Properties

$dontFlash

A list of the inputs that are never flashed for validation exceptions.

protected array<string|int, mixed> $dontFlash = ['password', 'password_confirmation']

$dontReport

A list of the exception types that are not reported.

protected array<string|int, mixed> $dontReport = []

Methods

register()

Register the exception handling callbacks for the application.

public register() : void
Return values
void

Search results