Fixes
This commit is contained in:
parent
647d1378bb
commit
becb898d52
|
@ -8,12 +8,12 @@ First in your composer.json, add:
|
|||
|
||||
```
|
||||
"require": {
|
||||
"bluescale/laravel-bmail": "dev-master"
|
||||
"bluescale/laravel-mail": "dev-master"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://git.bluesquare.io/bluescale/laravel-bmail"
|
||||
"url": "https://git.bluesquare.io/bluescale/laravel-mail"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
@ -21,7 +21,7 @@ First in your composer.json, add:
|
|||
Next, install the package:
|
||||
|
||||
```bash
|
||||
composer update bluescale/laravel-bmail
|
||||
composer update bluescale/laravel-mail
|
||||
```
|
||||
|
||||
If you want to customize the config system:
|
||||
|
|
Loading…
Reference in New Issue