codeat3/laravel-log-emails

1.0.0 2019-08-22 13:47 UTC

This package is auto-updated.

Last update: 2024-04-23 01:20:25 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

This laravel package dumps all the emails in the database by listening to email events. This package is greatly inspired by laravel-email-database-log, which seems little out of sync since last few years.

Installation

You can install the package via composer:

composer require codeat3/laravel-log-emails

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email swapnilsarwe@gmail.com instead of using the issue tracker.

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.