armandsar/mail-mango 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

armandsar/mail-mango

Composer 安装命令:

composer require armandsar/mail-mango

包简介

Mail preview package for laravel

README 文档

README

Software License Build Status Total Downloads

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

$ composer require armandsar/mail-mango --dev

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:

public function register()
{
	if ($this->app->environment() == 'local') {
		$this->app->register(\Armandsar\MailMango\MailMangoServiceProvider::class);
	}
}

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

$ php artisan vendor:publish

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

$ phpunit

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 236
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固