yii3-extensions / asset-fontawesome-free
为 YiiFramework v.3.0 版本的 FontAwesome Free 资产。
0.1.1
2024-01-23 18:07 UTC
Requires
- php: ^8.1
- php-forge/foxy: ^0.1
- yiisoft/assets: ^4.0
- yiisoft/files: ^2.0
Requires (Dev)
- maglnet/composer-require-checker: ^4.7
- php-forge/support: ^0.1
- phpunit/phpunit: ^10.5
- roave/infection-static-analysis-plugin: ^1.34
- symplify/easy-coding-standard: ^12.1
- vimeo/psalm: ^5.20
- yiisoft/aliases: ^3.0
README
为 YiiFramework v.3.0 版本的 FontAwesome Free 提供资产。
安装
此包需要 npm 来安装 php-forge/foxy,该工具管理 npm 包的安装和资源编译。
安装此扩展的首选方式是通过 composer。
运行以下命令
composer require --prefer-dist yii3-extensions/asset-fontawesome-free:"^0.1"
或者添加以下内容
"yii3-extensions/asset-fontawesome-free":"^0.1"
目录结构
模块目录结构如下
root
├── src Assets for FontAwesome Free.
│ └── Css Directory for Css Assets.
│ └── FontAwesome.php FontAwesome Free All Asset.
│ └── FontAwesomeCdn.php FontAwesome Free All CDN Asset.
│ └── FontAwesomeBrand.php FontAwesome Free Brand Asset.
│ └── FontAwesomeBrandCdn.php FontAwesome Free Brand CDN Asset.
│ └── FontAwesomeRegular.php FontAwesome Free Regular Asset.
│ └── FontAwesomeRegularCdn.php FontAwesome Free Regular CDN Asset.
│ └── FontAwesomeSolid.php FontAwesome Free Solid Asset.
│ └── FontAwesomeSolidCdn.php FontAwesome Free Solid CDN Asset.
│ └── Js Directory for Brand Assets.
│ └── FontAwesome.php FontAwesome Free All Asset.
│ └── FontAwesomeCdn.php FontAwesome Free All CDN Asset.
│ └── FontAwesomeBrand.php FontAwesome Free Brand Asset.
│ └── FontAwesomeBrandCdn.php FontAwesome Free Brand CDN Asset.
│ └── FontAwesomeRegular.php FontAwesome Free Regular Asset.
│ └── FontAwesomeRegularCdn.php FontAwesome Free Regular CDN Asset.
│ └── FontAwesomeSolid.php FontAwesome Free Solid Asset.
│ └── FontAwesomeSolidCdn.php FontAwesome Free Solid CDN Asset.
├── tests Tests for Assets for FontAwesome Free.
使用方法
查看文档 docs 了解使用方法。
测试
查看文档 testing 了解测试方法。
支持的版本
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。