cran208-laravel/mail-preview

mail preview driver for laravel5.3

v1.0.1 2019-12-31 08:08 UTC

This package is auto-updated.

Last update: 2025-08-29 01:46:45 UTC


README

Instruction

  1. Put CRanLaravel\MailPreview\ServiceProvider::class into config/app.php.
  2. Set MAIL_DRIVER as preview in .env.
  3. Send email in your project.
  4. Access http://your_host.com/mails to check the mailed list!