Skip to content

Commit 16c94e3

Browse files
Merge branch 'master' into modernizing_package_dependencies
2 parents 5e828b9 + c73844d commit 16c94e3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@
3636
},
3737
"config": {
3838
"sort-packages": true
39+
},
40+
"extra": {
41+
"laravel": {
42+
"providers": [
43+
"Fedeisas\\LaravelMailCssInliner\\LaravelMailCssInlinerServiceProvider"
44+
]
45+
}
3946
}
4047
}

config/css-inliner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
|
1010
| Css file of your style for your emails
1111
| The content of these files will be added directly into the inliner
12+
| Use absolute paths, ie. public_path('css/main.css')
1213
|
1314
*/
1415

0 commit comments

Comments
 (0)