yii3-extensions / asset-fontawesome-free
Asset for FontAwesome Free for YiiFramework v.3.0.
Installs: 1 375
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
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
Assets for FontAwesome Free for YiiFramework v.3.0.
Installation
This package requires npm for php-forge/foxy, which manages the installation of npm packages and resource compilation.
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist yii3-extensions/asset-fontawesome-free:"^0.1"
or add
"yii3-extensions/asset-fontawesome-free":"^0.1"
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 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.
Usage
Check the documentation docs to learn about usage.
Testing
Check the documentation testing to learn about testing.
Support versions
License
The MIT License (MIT). Please see License File for more information.