https://github.com/codeat3/laravel-log-emails
laravel-log-emails
https://github.com/codeat3/laravel-log-emails
Last synced: about 2 months ago
JSON representation
laravel-log-emails
- Host: GitHub
- URL: https://github.com/codeat3/laravel-log-emails
- Owner: codeat3
- License: mit
- Created: 2019-08-22T13:40:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T13:50:41.000Z (over 5 years ago)
- Last Synced: 2025-01-29T22:33:12.081Z (4 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A package to dump the emails in the database
[](https://packagist.org/packages/codeat3/laravel-log-emails)
[](https://travis-ci.org/codeat3/laravel-log-emails)
[](https://scrutinizer-ci.com/g/codeat3/laravel-log-emails)
[](https://packagist.org/packages/codeat3/laravel-log-emails)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](https://github.com/shvetsgroup/laravel-email-database-log), which seems little out of sync since last few years.
## Installation
You can install the package via composer:
```bash
composer require codeat3/laravel-log-emails
```## Usage
``` php
// Usage description here
```### Testing
``` bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Swapnil Sarwe](https://github.com/codeat3)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).