rabianr/laravel-log-mail-driver-viewer

Provide a simple way to view mails logged by the log mail driver in browser.

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

pkg:composer/rabianr/laravel-log-mail-driver-viewer

1.2 2023-10-24 09:40 UTC

This package is auto-updated.

Last update: 2025-09-24 13:52:09 UTC


README

Installation

composer require rabianr/laravel-log-mail-driver-viewer

Configuration

Publish the config to copy the file to your own config:

php artisan vendor:publish --tag="logmailviewer"

Set mail driver and mail log channel in .env file.

APP_DEBUG=true
MAIL_MAILER=log
MAIL_LOG_CHANNEL=logmailviewer

Usage

Access viewer at

https://<domain>/_maillog