yujin1st / unify2-theme
unify theme assets
Package info
github.com/yujin1st/unify2-theme
Language:CSS
Type:yii2-extension
pkg:composer/yujin1st/unify2-theme
1.0
2019-02-13 16:24 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0
This package is auto-updated.
Last update: 2026-02-20 10:27:16 UTC
README
http://wrapbootstrap.com/preview/WB0R5L90S
Install
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require yujin1st/material-theme "@dev"
or add
"yujin1st/material-theme": "*"
to the require section of your composer.json file.
Usage
Either add
yujin1st\materialtheme\AppAsset
to depends section of your asset bundle
or directly use it in layout file
yujin1st\materialtheme\AppAsset::register($this);