cloudest-co / laravel-eloquent-email-log
Installs: 4 987
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.2
- laravel/framework: ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0
Requires (Dev)
- larapack/dd: ^1.0
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2025-01-07 17:47:23 UTC
README
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.