2017 © Pedro Peláez
 

library cakephp-inline-style

image

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

The README.md

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');

The Versions

21/07 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

20/07 2016