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

This package is auto-updated.

Last update: 2024-05-13 09:41:51 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,