Package Data | |
---|---|
Maintainer Username: | therobfonz |
Maintainer Contact: | luis.nh@gmail.com (Luis Dalmolin) |
Package Create Date: | 2019-09-03 |
Package Last Update: | 2024-07-14 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:20:03 |
Package Statistics | |
---|---|
Total Downloads: | 2,637,148 |
Monthly Downloads: | 51,969 |
Daily Downloads: | 1,890 |
Total Stars: | 79 |
Total Watchers: | 6 |
Total Forks: | 38 |
Total Open Issues: | 1 |
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