PHP Class UxWeb\SweetAlert\ConvertMessagesIntoSweatAlert

Mostra file Open project: uxweb/sweet-alert

Public Methods

Method Description
handle ( Illuminate\Http\Request $request, Closure $next ) : mixed Handle an incoming request.

Private Methods

Method Description
prepareErrors ( $errors ) : string Retrieve the errors from ViewErrorBag.

Method Details

handle() public method

Handle an incoming request.
public handle ( Illuminate\Http\Request $request, Closure $next ) : mixed
$request Illuminate\Http\Request
$next Closure
return mixed