Looking to hire Laravel developers? Try LaraJobs

laravel-eloquent-email-log maintained by cloudest-co

Author
Last update
2020/06/07 09:12 (dev-master)
License
Downloads
5 320

Comments
comments powered by Disqus

Logs all of your outbound emails in the database.

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.