rabianr / laravel-log-mail-driver-viewer
Provide a simple way to view mails logged by the log mail driver in browser.
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
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: 2025-04-24 12:53:13 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