bigfishtv/cakephp-inline-style

2.0 2019-07-25 07:16 UTC

This package is auto-updated.

Last update: 2024-09-10 18:08:31 UTC


README

这是一个 CakePHP 3 助手,用于自动将 <style> 块中的样式转换为 style="" 属性。适用于 HTML 邮件。

内部使用库 https://github.com/christiaan/InlineStyle

安装

composer require bigfishtv/cakephp-inline-style

使用方法

用于邮件

$email->helpers(['InlineStyle']);

用于常规页面。在您的 App\View\AppView 类中

$this->loadHelper('InlineStyle');