hris / yii2-theme-c
为 Yii2 Web 应用程序的主题
dev-master
2017-01-19 06:09 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-29 04:53:04 UTC
README
为 Yii2 Web 应用程序的主题
安装
php composer.phar require --prefer-dist hris/yii2-theme-material "*"
或者
"hris/yii2-theme-material": "*"
将以下内容添加到您的 composer.json 文件的 require 部分中。
使用方法
打开您的布局视图 views/layours/main.php 并添加
use hris\theme\material;
material\MaterialAsset::register($this);