You've already forked laravel-mail
Fixes
This commit is contained in:
@@ -8,12 +8,12 @@ First in your composer.json, add:
|
|||||||
|
|
||||||
```
|
```
|
||||||
"require": {
|
"require": {
|
||||||
"bluescale/laravel-bmail": "dev-master"
|
"bluescale/laravel-mail": "dev-master"
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"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:
|
Next, install the package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer update bluescale/laravel-bmail
|
composer update bluescale/laravel-mail
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to customize the config system:
|
If you want to customize the config system:
|
||||||
|
|||||||
Reference in New Issue
Block a user