File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ Into this:
36
36
``` html
37
37
<html >
38
38
<head >
39
+ <style >
40
+ h1 {
41
+ font-size : 24px ;
42
+ color : #000 ;
43
+ }
44
+ </style >
39
45
</head >
40
46
<body >
41
47
<h1 style =" font-size : 24px ; color : #000 ;" >Hey you</h1 >
@@ -44,22 +50,12 @@ Into this:
44
50
```
45
51
46
52
## Installation
47
- Begin by installing this package through Composer. Edit your project's ` composer.json ` file to require ` fedeisas/laravel-mail-css-inliner ` .
48
-
49
53
This package needs Laravel 5.x
50
- ``` json
51
- {
52
- "require" : {
53
- "fedeisas/laravel-mail-css-inliner" : " ~1.5"
54
- }
55
- }
56
- ```
57
54
58
- 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 :
59
56
``` bash
60
- $ composer update
57
+ $ composer require ` fedeisas/laravel-mail-css-inliner `
61
58
```
62
-
63
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.
64
60
``` php
65
61
'providers' => [
You can’t perform that action at this time.
0 commit comments