yujin1st / inspinia4-theme
inspinia4 theme assets
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Language:JavaScript
Type:yii2-extension
Requires
- php: >=5.4.0
- kartik-v/yii2-icons: dev-master
- yiisoft/yii2: >=2.0.6
- yiisoft/yii2-bootstrap4: *
This package is auto-updated.
Last update: 2025-04-20 09:20:52 UTC
README
http://wrapbootstrap.com/preview/WB0R5L90S
Install
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require --prefer-dist yujin1st/inspinia4-theme "*"
or add
"yujin1st/inspinia4-theme": "*"
to the require section of your composer.json
file.
Usage
Either add
yujin1st\inspinia4theme\AppAsset
to depends section of your asset bundle
or directly use it in layout file
yujin1st\inspinia4theme\AppAsset::register($this);