2017 © Pedro Peláez
 

library laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website. Forked from Alexander Shvets

image

tdchien/laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website. Forked from Alexander Shvets

  • Monday, January 18, 2016
  • by tdchien
  • Repository
  • 1 Watchers
  • 3 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 19 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel Email Database Log

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

Installation

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

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

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

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

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

php artisan vendor:publish --provider="tdchien\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

18/01 2016

dev-master

9999999-dev

A simple database logger for all outgoing emails sent by Laravel website. Forked from Alexander Shvets

  Sources   Download

MIT

The Requires

 

by Chien Tran

laravel markdown

18/01 2016

1.0.2

1.0.2.0

A simple database logger for all outgoing emails sent by Laravel website. Forked from Alexander Shvets

  Sources   Download

MIT

The Requires

 

by Chien Tran

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