| Package Data | |
|---|---|
| Maintainer Username: | therobfonz |
| Maintainer Contact: | luis.nh@gmail.com (Luis Dalmolin) |
| Package Create Date: | 2019-09-03 |
| Package Last Update: | 2025-02-23 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:16:03 |
| Package Statistics | |
|---|---|
| Total Downloads: | 3,241,280 |
| Monthly Downloads: | 48,710 |
| Daily Downloads: | 316 |
| Total Stars: | 77 |
| Total Watchers: | 3 |
| Total Forks: | 40 |
| Total Open Issues: | 2 |
This package re-enables Mandrill driver functionality using the Mail facade in Laravel 6+.
To install the package in your project, you need to require the package via composer:
composer require therobfonz/laravel-mandrill-driver
To add your Mandrill secret key, add the following lines to config\services.php
'mandrill' => [
'secret' => env('MANDRILL_KEY'),
],
As before, you can set the MAIL_DRIVER value in your env to mandrill to enable it
MAIL_DRIVER=mandrill