Skip to content

xdroidteam/log-sent-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Log sent messages to DB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages