yujin1st / material-theme
material theme assets
Package info
github.com/yujin1st/material-theme
Type:yii2-extension
pkg:composer/yujin1st/material-theme
v1.0.1
2019-07-29 00:43 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0
This package is auto-updated.
Last update: 2026-02-20 11:05: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);