Update 'README.md'
This commit is contained in:
parent
e36bfd53f5
commit
4c32c6125b
|
@ -22,13 +22,13 @@ First in your composer.json, add:
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Next update your package:
|
Next, update your package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer update bluescale/laravel-bmail
|
composer update bluescale/laravel-bmail
|
||||||
```
|
```
|
||||||
|
|
||||||
Then publish the assets from your provider:
|
Eventually, if you want to customize the config system:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php artisan vendor:publish
|
php artisan vendor:publish
|
||||||
|
|
Loading…
Reference in New Issue