An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# A package to dump the emails in the database

[![Latest Version on Packagist](https://img.shields.io/packagist/v/codeat3/laravel-log-emails.svg?style=flat-square)](https://packagist.org/packages/codeat3/laravel-log-emails)
[![Build Status](https://img.shields.io/travis/codeat3/laravel-log-emails/master.svg?style=flat-square)](https://travis-ci.org/codeat3/laravel-log-emails)
[![Quality Score](https://img.shields.io/scrutinizer/g/codeat3/laravel-log-emails.svg?style=flat-square)](https://scrutinizer-ci.com/g/codeat3/laravel-log-emails)
[![Total Downloads](https://img.shields.io/packagist/dt/codeat3/laravel-log-emails.svg?style=flat-square)](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).