PHP Class Themsaid\MailPreview\MailPreviewMiddleware

Mostrar archivo Open project: themsaid/laravel-mail-preview

Public Methods

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

Private Methods

Method Description
addLinkToResponse ( $response, $previewPath ) Modify the response to add link to the email preview.

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