Skip to content

klever/laravel-mandrill-driver

 
 

Repository files navigation

Laravel Mandrill Driver

TravisCI StyleCI ScrutinizerCI License

Introduction

This is a community project and not an "official" one

Installation

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'),
],

Credits

License

This is an open-sourced software licensed under the MIT license.

About

Mandrill mail driver for Laravel 6.0+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%