yii-tools / fontawesome-asset
此包已被弃用且不再维护。没有推荐替代包。
为 YiiFramework v.3.0 提供的 FontAwesome Free 资产。
2.0.0
2023-07-01 13:59 UTC
Requires
- php: ^8.1
- foxy/foxy: ^1.2
- yiisoft/assets: ^4.0
- yiisoft/files: ^2.0
Requires (Dev)
- infection/infection: ^0.27
- maglnet/composer-require-checker: ^4.3
- phpunit/phpunit: ^10.1
- roave/infection-static-analysis-plugin: ^1.31
- vimeo/psalm: ^5.8
- yii-tools/support: ^1.0@dev
This package is auto-updated.
Last update: 2024-01-19 14:51:02 UTC
README
为 YiiFramework v.3.0 提供的 FontAwesome Free 资产。
要求
此包需要 PHP 8.1 或更高版本。
安装
建议使用 composer 安装
composer require yii-tools/fontawesome-asset
目录结构
模块目录结构如下
root
├── src Assets for FontAwesome Free.
│ └── Css Directory for Css Assets.
│ └── FontAwesome.php FontAwesome Free All CSS Dev Asset.
│ └── FontAwesomeBrand.php FontAwesome Free Brand CSS Dev Asset.
│ └── FontAwesomeBrandCdn.php FontAwesome Free Brand CSS CDN Asset.
│ └── FontAwesomeBrandProd.php FontAwesome Free Brand CSS Prod Asset.
│ └── FontAwesomeCdn.php FontAwesome Free All CSS CDN Asset.
│ └── FontAwesomeProd.php FontAwesome Free All CSS Prod Asset.
│ └── FontAwesomeRegular.php FontAwesome Free Regular CSS Dev Asset.
│ └── FontAwesomeRegularCdn.php FontAwesome Free Regular CSS CDN Asset.
│ └── FontAwesomeRegularProd.php FontAwesome Free Regular CSS Prod Asset.
│ └── FontAwesomeSolid.php FontAwesome Free Solid CSS Dev Asset.
│ └── FontAwesomeSolidCdn.php FontAwesome Free Solid CSS CDN Asset.
│ └── FontAwesomeSolidProd.php FontAwesome Free Solid CSS Prod Asset.
│ └── Js Directory for Brand Assets.
│ └── FontAwesome.php FontAwesome Free All JS Dev Asset.
│ └── FontAwesomeBrand.php FontAwesome Free Brand JS Dev Asset.
│ └── FontAwesomeBrandCdn.php FontAwesome Free Brand JS CDN Asset.
│ └── FontAwesomeBrandProd.php FontAwesome Free Brand JS Prod Asset.
│ └── FontAwesomeCdn.php FontAwesome Free All JS CDN Asset.
│ └── FontAwesomeProd.php FontAwesome Free All JS Prod Asset.
│ └── FontAwesomeRegular.php FontAwesome Free Regular JS Dev Asset.
│ └── FontAwesomeRegularCdn.php FontAwesome Free Regular JS CDN Asset.
│ └── FontAwesomeRegularProd.php FontAwesome Free Regular JS Prod Asset.
│ └── FontAwesomeSolid.php FontAwesome Free Solid JS Dev Asset.
│ └── FontAwesomeSolidCdn.php FontAwesome Free Solid JS CDN Asset.
│ └── FontAwesomeSolidProd.php FontAwesome Free Solid JS Prod Asset.
├── tests Tests for Assets for FontAwesome Free.
├── package.json NPM package file.
使用
查看文档了解使用方法。
测试
查看文档了解测试方法。
CI 状态
许可
MIT 许可证(MIT)。请参阅 许可文件 获取更多信息。