This is a community project and not an "official" one
First, require the package using composer:
composer require intonate/laravel-mandrill-driver
To use the Mandrill driver, set the MAIL_DRIVER
environment variable to "mandrill". Next, update the config/services.php
configuration file to include the following options:
'mandrill' => [
'secret' => env('MANDRILL_SECRET'),
],
This is an open-sourced software licensed under the MIT license.