kongoon / yii2-theme-flat
为 Yii2 Web 应用程序的主题
dev-master
2014-12-21 19:34 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-09 13:58:59 UTC
README
为 Yii2 Web 应用程序的主题
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一
php composer.phar require --prefer-dist kongoon/yii2-theme-flat "*"
或者在您的 composer.json
文件的 require 部分添加
"kongoon/yii2-theme-flat": "*"
to
使用
use kongoon\theme\flat;
flat\FlatAsset::register($this);