2017 © Pedro Peláez
 

library laravel-database-log-emails

Log mails into database which go to send process

image

stojankukrika/laravel-database-log-emails

Log mails into database which go to send process

  • Thursday, November 30, 2017
  • by stojankukrika
  • Repository
  • 0 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Laravel Database Log Emails

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

You can support me to this project and make some donation., (*2)

Installation

Laravel Database Log Emails can be installed via composer by requiring the stojankukrika/laravel-database-log-emails package in your project's composer.json., (*3)

{
    "require": {
        "stojankukrika/laravel-database-log-emails": "*"
    }
}

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

'providers' => [
    // ...
    stojankukrika\LaravelDatabaseLogEmails\LaravelDatabaseLogEmailsServiceProvider::class,
],

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

php artisan migrate

Usage

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

The Versions

30/11 2017

dev-master

9999999-dev

Log mails into database which go to send process

  Sources   Download

MIT

The Requires

 

30/11 2017

1.0.1

1.0.1.0

Log mails into database which go to send process

  Sources   Download

MIT

The Requires

 

24/11 2017

1.0

1.0.0.0

Log mails into database which go to send process

  Sources   Download

MIT

The Requires