laravel-mail/README.md

31 lines
430 B
Markdown
Raw Normal View History

# BMail
The BMail package allows you to send email templates on Laravel to the Bluescale API.
## Usage
In your composer.json, add :
```bash
2020-04-09 16:00:19 +02:00
"require": {
"bluescale/laravel-bmail": "dev-master"
}
2020-04-09 16:00:19 +02:00
````
and
```bash
"repositories": [
{
"type": "vcs",
"url": "git@git.bluesquare.io:bluescale/laravel-bmail.git"
}
]
```
Then update your file :
```bash
composer update
```