You've already forked laravel-mail
Modifying README
This commit is contained in:
25
README.md
25
README.md
@@ -7,11 +7,24 @@ The BMail package allows you to send email templates on Laravel to the Bluescale
|
||||
In your composer.json, add :
|
||||
|
||||
```bash
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"BMail\\BMailServiceProvider"
|
||||
]
|
||||
"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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user