c4studio / email-css-inliner
There is no license information available for the latest version (v1.0.0) of this package.
Automatically converts CSS in emails to inline styles
v1.0.0
2016-10-11 14:13 UTC
Requires
- php: >=5.3.0
- tijsverkoyen/css-to-inline-styles: ~1.2
This package is auto-updated.
Last update: 2025-01-13 11:11:28 UTC
README
Automatically converts CSS in emails to inline styles
Installation
Just place require new package for your laravel installation via composer.json
"c4studio/email-css-inliner": "1.0.*"
Then simply composer update
Registering to use it with laravel
Add following lines to app/config/app.php
ServiceProvider array
C4studio\EmailCssInliner\EmailCssInlinerServiceProvider::class,