sarfraznawaz2005/emailwatch
Composer 安装命令:
composer require sarfraznawaz2005/emailwatch
包简介
Laravel package to open sent emails in default email client directly.
README 文档
README
Laravel EmailWatch
Laravel package to open sent emails in default email client directly whenever an email is sent useful for local testing.
Note: You should have default email client set to open eml format files by default otherwise it won't work. Normally most email clients open .eml files by default.
Requirements
- PHP >= 5.6
- Laravel 5.5 or greater
Installation
Via Composer
$ composer require sarfraznawaz2005/emailwatch
Publish package's config file by running below command:
$ php artisan vendor:publish --provider="Sarfraznawaz2005\EmailWatch\ServiceProvider"
It should publish config/emailwatch.php config file. Now make sure package is enabled by setting enabled value in config/emailwatch.php.
Credits
License
Please see the license file for more information.
统计信息
- 总下载量: 153
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-11