Download the PHP package doxxon/laravel-mandrill-request without Composer
On this page you can find all versions of the php package doxxon/laravel-mandrill-request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download doxxon/laravel-mandrill-request
More information about doxxon/laravel-mandrill-request
Files in doxxon/laravel-mandrill-request
Package laravel-mandrill-request
Short Description Mandrill transactional emails via Laravel 4
License MIT
Homepage http://github.com/doxxon/Laravel-Mandrill-Request
Informations about the package laravel-mandrill-request
Laravel Mandrill Request
Send Mandrill transactional emails from the Laravel 4 framework. This package is a Laravel 4 wrapper around MichMich's Laravel Mandrill Bundle.
Installation
-
Edit your project's
composer.json
file and add a requirement fordoxxon/laravel-mandrill-request
."require": { "doxxon/laravel-mandrill-request": "dev-master" }
-
Update composer from the command line:
composer update
-
Open
app/config/app.php
and add the following line to theproviders
array:'Doxxon\LaravelMandrillRequest\LaravelMandrillRequestServiceProvider',
-
Add a facade alias to enable shorthand usage. Open
app/config/app.php
and add the following line to thealiases
array:'Mandrill' => 'Doxxon\LaravelMandrillRequest\Facades\MandrillRequest',
-
Publish the config files. This will allow you to set your Mandrill API key:
php artisan config:publish doxxon/laravel-mandrill-request
- Set your Mandrill API key by editing
config/packages/doxxon/laravel-mandrill-request/config.php
:
Get your API keys from the Mandrill Dashboard