cloudest-co/laravel-eloquent-email-log

v0.0.4 2019-09-05 10:24 UTC

This package is auto-updated.

Last update: 2024-04-07 16:08:30 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

Logs all outbound emails to the database.

Heavily inspired by https://github.com/shvetsgroup/laravel-email-database-log but with:

  • More modern database fields (use of JSON field)
  • An Eloquent model is included in the package
  • A foreign key to the the mailable is included

Installation

You can install the package via composer:

composer require cloudest-co/laravel-eloquent-email-log

Usage


Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email chris@cloudest.co.uk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.