xdroidteam/log-sent-messages

Log sent messages to DB.

0.1.3 2016-10-24 11:28 UTC

This package is auto-updated.

Last update: 2024-03-13 02:37:43 UTC


README

MIT licensed

Log the sent emails to database

Screenshot

Installation

Require this package in your composer.json and run composer update:

"xdroidteam/log-sent-messages": "0.1.*"

or run

composer require xdroidteam/log-sent-messages

directly.


After updating composer, add the ServiceProvider to the providers array in **config/app.php** ```php XdroidTeam\LogSentMessages\LogSentMessagesProvider::class ```
Deploy migration and config file. ```shell php artisan vendor:publish --tag=xdroidteam-logsentmessages ``` You need to run the migrations for this package. ```shell php artisan migrate ```