康诺 / yii2-theme-superhero
Yii2 Web应用的主题
dev-master
2014-12-22 18:52 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-24 15:28:29 UTC
README
Yii2 Web应用的主题
安装
安装此扩展的首选方式是通过 composer。
可以运行
php composer.phar require --prefer-dist kongoon/yii2-theme-superhero "*"
或者在您的 composer.json
文件的require部分添加
"kongoon/yii2-theme-superhero": "*"
用法
打开您的布局文件,例如 views/layouts/main.php,并添加
use kongoon\theme\superhero;
superhero\SuperheroAsset::register($this);