Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
View
/
Middleware
/
ShareErrorsFromSession
ShareErrorsFromSession
#
Properties
protected
#
$view
Factory
The view factory implementation.
Default: null
#
Methods
public
#
__construct
(
Factory
$view
)
:
void
Create a new error binder instance.
Parameters
$view
Factory
public
#
handle
(
$request
,
Closure
$next
)
:
mixed
Handle an incoming request.
Parameters
$request
Request
$next
Closure
On this page
On this page
Properties
view
Methods
__construct
handle