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