File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,12 @@ Into this:
5050```
5151
5252## Installation
53- Begin by installing this package through Composer. Edit your project's ` composer.json ` file to require ` fedeisas/laravel-mail-css-inliner ` .
54-
5553This package needs Laravel 5.x
56- ``` json
57- {
58- "require" : {
59- "fedeisas/laravel-mail-css-inliner" : " ~1.5"
60- }
61- }
62- ```
6354
64- Next, update Composer from the Terminal:
55+ Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version :
6556``` bash
66- $ composer update
57+ $ composer require ` fedeisas/laravel-mail-css-inliner `
6758```
68-
6959Once this operation completes, you must add the service provider. Open ` app/config/app.php ` , and add a new item to the providers array.
7060``` php
7161'providers' => [
You can’t perform that action at this time.
0 commit comments