Skip to content

Commit

Permalink
Merge branch 'master' into modernizing_package_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesvanegmond authored Aug 6, 2017
2 parents 5e828b9 + c73844d commit 16c94e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,12 @@
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Fedeisas\\LaravelMailCssInliner\\LaravelMailCssInlinerServiceProvider"
]
}
}
}
1 change: 1 addition & 0 deletions config/css-inliner.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
|
| Css file of your style for your emails
| The content of these files will be added directly into the inliner
| Use absolute paths, ie. public_path('css/main.css')
|
*/

Expand Down

0 comments on commit 16c94e3

Please sign in to comment.