pulkitjalan / laravel-mail-css-inliner
Automatically inline CSS for Laravel emails
Installs: 16 683
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=5.5.9
- illuminate/support: ~5.0
- openbuildings/swiftmailer-css-inliner: 0.3.*
This package is auto-updated.
Last update: 2023-05-10 20:34:51 UTC
README
Automatically inline CSS for Laravel emails
Laravel service provider to register the openbuildings/swiftmailer-css-inliner css inliner plugin.
Requirements
- PHP >= 5.5.9
- Laravel >= 5.0
Installation
Install via composer - edit your composer.json
to require the package.
"require": { "pulkitjalan/laravel-mail-css-inliner": "0.2.*" }
Then run composer update
in your terminal to pull it in.
Now add the following to the providers
array in your config/app.php
PulkitJalan\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider::class