Skip to content

yii3-extensions/asset-fontawesome-free

Repository files navigation

Assets for FontAwesome Free for YiiFramework v.3.0.


PHPUnit Codecov Infection Psalm Psalm Coverage Style ci

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

PHP81 Yii30

License

The MIT License (MIT). Please see License File for more information.

Our social networks

Twitter

About

Asset for FontAwesome Free for YiiFramework v.3.0.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages