2017 © Pedro Peláez
 

library laravel-email-database-log

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

image

reg2005/laravel-email-database-log

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

  • Thursday, December 15, 2016
  • by reg2005
  • Repository
  • 1 Watchers
  • 2 Stars
  • 765 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel 5 Email Database Log

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

Installation

Laravel Email Database Log can be installed via composer by requiring the shvetsgroup/laravel-email-database-log package in your project's composer.json., (*2)

{
    "require": {
        "Reg2005/laravel-email-database-log": "*"
    }
}

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

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

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

php artisan vendor:publish --provider="Reg2005\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider" --tag="migrations"

php artisan migrate

Usage

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

The Versions

15/12 2016

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
by Evgeniy Ryumin

laravel markdown

15/12 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Alexander Shvets
by Evgeniy Ryumin

laravel markdown

17/11 2016

1.0.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
by Evgeniy Ryumin

laravel markdown