terabytesoft / font-awesome
为 YiiFramework v.3.0 提供的 FontAwesome 免费资源。
此包的官方仓库似乎已消失,因此该包已被冻结。
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-16 16:39:38 UTC
README
为 YiiFramework v.3.0 的 FontAwesome 免费资源。
要求
此包需要 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)。有关更多信息,请参阅 许可证文件。