Loann 88eab63449 | ||
---|---|---|
config | ||
src | ||
.gitignore | ||
README.md | ||
composer.json | ||
composer.lock |
README.md
BMail
The BMail package allows you to send email templates on Laravel to the Bluescale API.
Usage
First in your composer.json, add :
"require": {
"bluescale/laravel-bmail": "dev-master"
}
and
"repositories": [
{
"type": "vcs",
"url": "git@git.bluesquare.io:bluescale/laravel-bmail.git"
}
]
Next update your package :
composer update bluescale/laravel-bmail
Then publish the assets from your provider :
php artisan vendor:publish
Finally add your API key in the .env :
BMAIL_API_KEY=your_key
BMAIL_API_URL=the_api_url