2017 © Pedro Peláez
 

library laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website.

image

shvetsgroup/laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website.

  • Friday, May 11, 2018
  • by neochief
  • Repository
  • 6 Watchers
  • 51 Stars
  • 10,956 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 3 Open issues
  • 11 Versions
  • 17 % Grown

The README.md

Laravel Email Database Log

A simple database logger for all outgoing emails sent by Laravel website., (*1)

Installation

Step 1: Composer

Laravel Email Database Log can be installed via composer by running this line in terminal:, (*2)

composer require shvetsgroup/laravel-email-database-log

Step 2: Configuration

You can skip this step if your version of Laravel is 5.5 or above. Otherwise, you have to add the following to your config/app.php in the providers array:, (*3)

'providers' => [
    // ...
    ShvetsGroup\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider::class,
],

Step 3: Migration

Publish migration files:, (*4)

php artisan vendor:publish --tag=laravel-email-database-log-migration

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

php artisan migrate

Usage

After installation, any email sent by your website will be logged to email_log table in the site's database., (*6)

The Versions

11/05 2018

dev-master

9999999-dev

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

14/03 2018

1.2

1.2.0.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

23/02 2018

1.1.4

1.1.4.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

23/02 2018

1.1.3

1.1.3.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

10/11 2017

1.1.2

1.1.2.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

10/11 2017

1.1

1.1.0.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

10/11 2017

1.1.1

1.1.1.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

14/09 2016

v1.0.3

1.0.3.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

06/04 2016

v1.0.2

1.0.2.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

19/08 2015

1.0.1

1.0.1.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown

31/07 2015

1.0

1.0.0.0

A simple database logger for all outgoing emails sent by Laravel website.

  Sources   Download

MIT

The Requires

 

by Alexander Shvets

laravel markdown