2017 © Pedro Peláez
 

package laravel-email-logger

Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.

image

juniorb2ss/laravel-email-logger

Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.

  • Monday, April 9, 2018
  • by juniorb2s
  • Repository
  • 2 Watchers
  • 5 Stars
  • 412 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

Laravel Email Logger

Possible to armazenate all emails send by application in Redis, Eloquent or Elasticsearch., (*1)

Installation

Laravel Email Logger can be installed via composer by requiring the juniorb2ss/laravel-email-logger package in your project's composer.json., (*2)

{
    "require": {
        "juniorb2ss/laravel-email-logger": "v1.*"
    }
}

Next add the service provider and the alias to app/config/app., (*3)

'providers' => [
    // ...
    juniorb2ss\LaravelEmailLogger\Providers\LaravelEmailLoggerServiceProvider::class,
],

Now, run this in terminal:, (*4)

php artisan vendor:publish --provider="juniorb2ss\LaravelEmailLogger\Providers\LaravelEmailLoggerServiceProvider"
php artisan migrate

Configurations

Edit app/emaillogger.php, (*5)

To-do

  • Implementation Redis and Elasticsearch
  • Implementation Tests

The Versions

09/04 2018

dev-master

9999999-dev

Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log email eloquent redis sns elastisearch

09/04 2018

v2.0.0

2.0.0.0

Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log email eloquent

22/09 2016

v1.0.1

1.0.1.0

Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel log phpunit email