We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e828b9 + c73844d commit 16c94e3Copy full SHA for 16c94e3
composer.json
@@ -36,5 +36,12 @@
36
},
37
"config": {
38
"sort-packages": true
39
+ },
40
+ "extra": {
41
+ "laravel": {
42
+ "providers": [
43
+ "Fedeisas\\LaravelMailCssInliner\\LaravelMailCssInlinerServiceProvider"
44
+ ]
45
+ }
46
}
47
config/css-inliner.php
@@ -9,6 +9,7 @@
9
|
10
| Css file of your style for your emails
11
| The content of these files will be added directly into the inliner
12
+ | Use absolute paths, ie. public_path('css/main.css')
13
14
*/
15
0 commit comments