mylistryx / yii2-bootstrap-icons-asset
Yii2 Bootstrap Icons font asset bundle
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=8.2
- yiisoft/yii2: ~2.0.50
This package is auto-updated.
Last update: 2024-12-12 06:24:00 UTC
README
!DEPRECATED!
Installation
The preferred way to install this extension is through composer
Either run: composer require mylistryx/yii2-bootstrap-icons-asset
or add "yii2-bootstrap-icons-asset": "~1.0.0"
into your composer.json
file.
Then register assets in your view file: BootstrapIconsAsset::register($this)
or BootstrapIconsCdnAsset::register($this)
to use CDN version.
CDN version always contains last version of source bundle.