This commit is contained in:
Maxime Renou 2020-05-12 17:27:34 +02:00
parent 647d1378bb
commit becb898d52
1 changed files with 3 additions and 3 deletions

View File

@ -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: