library cakephp-inline-style
bigfishtv/cakephp-inline-style
- Thursday, July 21, 2016
- by ifunk
- Repository
- 1 Watchers
- 0 Stars
- 59 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 11 % Grown
CakePHP InlineStyle helper
A CakePHP 3 helper to automatically transform styles from <style> blocks to style="" attributes. Useful for HTML emails., (*1)
Internally uses the library https://github.com/christiaan/InlineStyle, (*2)
Installation
composer require bigfishtv/cakephp-inline-style
Usage
For emails:, (*3)
$email->helpers(['InlineStyle']);
For regular pages. In your App\View\AppView class:, (*4)
$this->loadHelper('InlineStyle');