Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

pulkitjalan/laravel-mail-css-inliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Mail CSS Inliner

Automatically inline CSS for Laravel emails

License Latest Version Total Downloads

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

About

Automatically inline CSS for Laravel emails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages