gutocf/cakephp-font-awesome
最新稳定版本:1.0.0
Composer 安装命令:
composer require gutocf/cakephp-font-awesome
包简介
Helper for CakePHP 4 that wraps khill/fontawesomephp library
README 文档
README
Requirements
- PHP ^8.0
- CakePHP ^4
Installation
Install the plugin with composer
composer require gutocf/cakephp-font-awesome
Load helper
Load the helper at Application.php file
public function initialize(): void { //... $this->loadHelper('Gutocf/FontAwesome.FontAwesome'); }
Use it at your views
echo $this->FontAwesome->icon('check');
统计信息
- 总下载量: 2.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-23