Download the PHP package bluora/laravel-emogrifier without Composer
On this page you can find all versions of the php package bluora/laravel-emogrifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bluora/laravel-emogrifier
More information about bluora/laravel-emogrifier
Files in bluora/laravel-emogrifier
Package laravel-emogrifier
Short Description A Laravel wrapper for emogrifier that converts CSS styles into inline style attributes in your HTML code.
License MIT
Homepage http://www.pelagodesign.com/sidecar/emogrifier/
Informations about the package laravel-emogrifier
This package provides a Laravel wrapper to the Emogrifier package that provides the ability to convert CSS styles into inline style attributes in your HTML code.
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
Documentation
- Requirements
- Installation
- Configuration
- Instructions
- Contributing
- Credits
- License
Requirements
- Laravel 5.4
- PHP 7.1
Installation
Via composer:
$ composer require hnhdigital-os/laravel-emogrifier ~2.0
The service provider will autoload from Laravel 5.5.
Enable the facade by editing config/app.php:
To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:
Enable the service provider by editing config/app.php:
Instructions
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-emogrifier with dependencies
laravel/framework Version >=5.4
pelago/emogrifier Version ~3.0
neitanod/forceutf8 Version ~2.0