Skip to content

Commit 0e438c4

Browse files
committed
Added remarks about 6.x support and service provider needed on Laravel <= 5.4
1 parent 8ecc0d9 commit 0e438c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Into this:
6161
```
6262

6363
## Installation
64-
This package needs Laravel 5.x
64+
This package needs Laravel 5.x or 6.x.
6565

6666
Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version:
6767
```bash
6868
$ composer require fedeisas/laravel-mail-css-inliner
6969
```
70-
Once this operation completes, you must add the service provider. Open `app/config/app.php`, and add a new item to the providers array.
70+
71+
Once this operation completes, you must add the service provider if you are on Laravel 5.4 or older. Open `app/config/app.php`, and add a new item to the providers array.
7172
```php
7273
'providers' => [
7374
// ...

0 commit comments

Comments
 (0)