class Illuminate / View / Middleware / ShareErrorsFromSession
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

ShareErrorsFromSession

Properties

protected

$view Factory

The view factory implementation.

Default: null

Methods

public

__construct ( Factory $view ) : void

Create a new error binder instance.

Parameters

public

handle ( $request , Closure $next ) : mixed

Handle an incoming request.

Parameters