雨金1st/material-theme

material主题资源

安装: 3

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

类型:yii2-extension

v1.0.1 2019-07-29 00:43 UTC

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);