juniorb2ss/laravel-email-logger
Composer 安装命令:
composer require juniorb2ss/laravel-email-logger
包简介
Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.
关键字:
README 文档
README
Possible to armazenate all emails send by application in Redis, Eloquent or Elasticsearch.
Installation
Laravel Email Logger can be installed via composer by requiring the juniorb2ss/laravel-email-logger package in your project's composer.json.
{
"require": {
"juniorb2ss/laravel-email-logger": "v1.*"
}
}
Next add the service provider and the alias to app/config/app.
'providers' => [ // ... juniorb2ss\LaravelEmailLogger\Providers\LaravelEmailLoggerServiceProvider::class, ],
Now, run this in terminal:
php artisan vendor:publish --provider="juniorb2ss\LaravelEmailLogger\Providers\LaravelEmailLoggerServiceProvider"
php artisan migrate
Configurations
Edit app/emaillogger.php
To-do
- Implementation Redis and Elasticsearch
- Implementation Tests
统计信息
- 总下载量: 447
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-22