yujin1st / unify2-theme
unify 主题资源
1.0
2019-02-13 16:24 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0
This package is auto-updated.
Last update: 2024-09-20 07:39:19 UTC
README
http://wrapbootstrap.com/preview/WB0R5L90S
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一
$ php composer.phar require yujin1st/material-theme "@dev"
或者将以下内容添加到您的 composer.json
文件的 require 部分:
"yujin1st/material-theme": "*"
to the require section of your composer.json
file.
使用方法
要么添加
yujin1st\materialtheme\AppAsset
到您的资产包的 depends 部分
或者直接在布局文件中使用它
yujin1st\materialtheme\AppAsset::register($this);