雨金1st / material-theme
material主题资源
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: 2024-09-20 07:49:32 UTC
README
http://wrapbootstrap.com/preview/WB0R5L90S
安装
安装此扩展的首选方式是通过composer。
运行以下命令之一:
$ php composer.phar require yujin1st/material-theme "@dev"
或者
"yujin1st/material-theme": "*"
将以下内容添加到你的composer.json文件的require部分。
使用方法
添加以下内容
yujin1st\materialtheme\AppAsset
到你的资产包的depends部分
或者直接在布局文件中使用
yujin1st\materialtheme\AppAsset::register($this);