kongoon / yii2-theme-material
为 Yii2 Web 应用程序的主题
dev-master
2015-02-20 05:10 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-08-28 03:17:41 UTC
README
为 Yii2 Web 应用程序的主题
安装
php composer.phar require --prefer-dist kongoon/yii2-theme-material "*"
或者
"kongoon/yii2-theme-material": "*"
将以下内容添加到您的 composer.json 文件的 require 部分。
使用方法
打开您的布局视图 views/layouts/main.php 并添加
use kongoon\theme\material;
material\MaterialAsset::register($this);