Download the PHP package intonate/laravel-mandrill-driver without Composer
On this page you can find all versions of the php package intonate/laravel-mandrill-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download intonate/laravel-mandrill-driver
More information about intonate/laravel-mandrill-driver
Files in intonate/laravel-mandrill-driver
Package laravel-mandrill-driver
Short Description Mandrill mail driver for Laravel
License MIT
Homepage https://github.com/intonate/laravel-mandrill-driver
Informations about the package laravel-mandrill-driver
The missing Mandrill API based mail driver for Laravel
[!NOTE] This is a community project and not an official Laravel package
Versions
Laravel | Install |
---|---|
11.x | ^4.0 |
10.x | ^3.1 |
9.x | ^3.0 |
8.x | ^2.0 |
7.x | ^1.2 |
6.x | ^1.0 |
Installation Guide for Laravel 8, 9, 10 & 11
- Install the Package via Composer
Run the following command in your terminal to install the package using Composer:
- Configure Environment Variables
Update your .env
file with the following environment variables:
- Update Service Configuration
Open your config/services.php
file and add the Mandrill configuration to it:
- Configure Mail Driver
In your config/mail.php
file, add the Mandrill mailer configuration to the "mailers" array:
Installation Guide for Laravel 6 & 7
Follow these steps to configure the Mandrill mail driver for Laravel 6 and 7:
- Configure Environment Variables
Update your .env
file with the following environment variables:
- Update Service Configuration
Open the config/services.php
file and insert the Mandrill configuration:
Credits
- Jorge González
- Roberto Aguilar
- All Contributors
License
This is an open-sourced software licensed under the MIT license.
All versions of laravel-mandrill-driver with dependencies
illuminate/support Version ^11.0
mailchimp/transactional Version ^1.0
symfony/mailchimp-mailer Version ^7.0
symfony/http-client Version ^7.0