Download the PHP package armandsar/mail-mango without Composer
On this page you can find all versions of the php package armandsar/mail-mango. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download armandsar/mail-mango
More information about armandsar/mail-mango
Files in armandsar/mail-mango
Package mail-mango
Short Description Mail preview package for laravel
License MIT
Homepage https://github.com/armandsar/mail-mango
Informations about the package mail-mango
Mail Mango
Mail preview for Laravel 5.
Email are opened directly in your browser. Works for emails sent in background as well (just make sure your base url is configured).
Install
Via Composer
You'll only want this for local development,
so you should not update providers
array in config/app.php
.
Instead, add the provider in app/Providers/AppServiceProvider.php
,
like so:
Set "mail_mango" as your mail driver.
Send emails and see them straight in your browser or head to yoursite.dev/mail-mango to see all emails
Publish config
Console command to open email in browser
See mail_mango.php from published config to configure this to fit your needs. Defaults to xdg open on Linux and open on Mac.
See published config for other settings
TODO
Change layout
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of mail-mango with dependencies
illuminate/support Version ~5.1
illuminate/mail Version ~5.1
illuminate/filesystem Version ~5.1