cran208-laravel/mail-preview

mail preview driver for laravel5.3

Installs: 631

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/cran208-laravel/mail-preview

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

This package is auto-updated.

Last update: 2025-10-29 02:21:43 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!