kongoon / yii2-theme-flaty
Yii2 Web 应用的主题
dev-master
2015-09-05 07:12 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-09-09 14:20:35 UTC
README
Yii2 Web 应用程序的主题
安装
安装此扩展的首选方法是通过 composer。
可以运行
php composer.phar require --prefer-dist kongoon/yii2-theme-flaty "*"
或者在你的 composer.json
文件的 require 部分添加
"kongoon/yii2-theme-flaty": "*"
to
使用
use kongoon\theme\flaty;
flaty\FlatyAsset::register($this);