Skip to content

yii-tools/fontawesome-asset

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

build codecov Mutation testing badge static analysis type-coverage StyleCI

License

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

Our social networks

Twitter