31 lines
430 B
Markdown
31 lines
430 B
Markdown
# BMail
|
|
|
|
The BMail package allows you to send email templates on Laravel to the Bluescale API.
|
|
|
|
## Usage
|
|
|
|
In your composer.json, add :
|
|
|
|
```bash
|
|
"require": {
|
|
"bluescale/laravel-bmail": "dev-master"
|
|
}
|
|
````
|
|
|
|
and
|
|
|
|
```bash
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "git@git.bluesquare.io:bluescale/laravel-bmail.git"
|
|
}
|
|
]
|
|
```
|
|
|
|
Then update your file :
|
|
|
|
```bash
|
|
composer update
|
|
```
|