yii-tools / fontawesome-asset
Asset for FontAwesome Free for YiiFramework v.3.0.
Installs: 8 219
Dependents: 4
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 0
Open Issues: 0
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
Assets for FontAwesome Free for YiiFramework v.3.0.
Requirements
The minimun version of PHP required by this package is PHP 8.1.
For install this package, you need composer and npm.
Install
Preferably install with composer:
composer require yii-tools/fontawesome-asset
Directory structure
The module directory structure is as follows:
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.
Usage
Check the documentation docs to learn about usage.
Testing
Check the documentation testing to learn about testing.
CI status
License
The MIT License (MIT). Please see License File for more information.