yangshihe / yii2-fontawesome
The fontawesome extension for the Yii framework
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-01-13 15:25:56 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require yangshihe/yii2-fontawesome
View
yangshihe\fontawesome\FontAwesomeAsset::register($this);
OR
class AppAsset extends AssetBundle { public $depends = [ ... 'yangshihe\fontawesome\FontAwesomeAsset' ]; }
自己使用