bigfishtv/cakephp-inline-style
最新稳定版本:2.0
Composer 安装命令:
composer require bigfishtv/cakephp-inline-style
包简介
README 文档
README
A CakePHP 3 helper to automatically transform styles from <style> blocks to style="" attributes. Useful for HTML emails.
Internally uses the library https://github.com/christiaan/InlineStyle
Installation
composer require bigfishtv/cakephp-inline-style
Usage
For emails:
$email->helpers(['InlineStyle']);
For regular pages. In your App\View\AppView class:
$this->loadHelper('InlineStyle');
统计信息
- 总下载量: 770
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-20