PHPackages                             hydrarulz/laravel-mandrill-interface - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. hydrarulz/laravel-mandrill-interface

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

hydrarulz/laravel-mandrill-interface
====================================

Laravel mandrill interface oriented towards send templates. Because Laravel does not support that out of the box

03151PHP

Since Jul 16Pushed 10y ago4 watchersCompare

[ Source](https://github.com/ElasticOrange/laravel-mandrill-interface)[ Packagist](https://packagist.org/packages/hydrarulz/laravel-mandrill-interface)[ RSS](/packages/hydrarulz-laravel-mandrill-interface/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-mandrill
================

[](#laravel-mandrill)

Install it with

```
composer require "hydrarulz/laravel-mandrill-interface:dev-master"

```

Add the service provider at the end of the `providers` array in file `config/app.php`:

```
'Hydrarulz\LaravelMandrillInterface\LaravelMandrillInterfaceServiceProvider',
```

The service provider will register an interface, but you should also register the alias at the end of the `aliases` array:

```
'LaravelMandrillInterface' => 'Hydrarulz\LaravelMandrillInterface\Facades\LaravelMandrillInterface',
```

Then the you should publish the config file with `php artisan vendor:publish`This creates your config file `/config/laravel-mandrill-interface.php` that looks like this:

```
