xdroidteam/log-sent-messages

Log sent messages to DB.
39
Install
composer require xdroidteam/log-sent-messages
Latest Version:0.1.3
License:MIT
Last Updated:Oct 27, 2016
Links: GitHub  ·  Packagist
Maintainer: xdroidteam

Log sent messages

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 ```