PHP Class Themsaid\MailPreview\MailPreviewMiddleware

Afficher le fichier Open project: themsaid/laravel-mail-preview

Méthodes publiques

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

Private Methods

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

Method Details

handle() public méthode

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