rabianr / laravel-log-mail-driver-viewer
Provide a simple way to view mails logged by the log mail driver in browser.
Package info
github.com/rabianr/laravel-log-mail-driver-viewer
Language:Blade
pkg:composer/rabianr/laravel-log-mail-driver-viewer
1.2
2023-10-24 09:40 UTC
Requires
- php: >=7.2
- zbateson/mail-mime-parser: ^2.4
Requires (Dev)
- laravel/framework: ^6
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2026-02-24 14:35:36 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