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:
50
50
```
51
51
52
52
## Installation
53
- Begin by installing this package through Composer. Edit your project's ` composer.json ` file to require ` fedeisas/laravel-mail-css-inliner ` .
54
-
55
53
This package needs Laravel 5.x
56
- ``` json
57
- {
58
- "require" : {
59
- "fedeisas/laravel-mail-css-inliner" : " ~1.5"
60
- }
61
- }
62
- ```
63
54
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 :
65
56
``` bash
66
- $ composer update
57
+ $ composer require ` fedeisas/laravel-mail-css-inliner `
67
58
```
68
-
69
59
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
60
``` php
71
61
'providers' => [
You can’t perform that action at this time.
0 commit comments