albertborsos / yii2-theme-helper
主题辅助类
0.2.2
2019-02-28 09:16 UTC
Requires
- rmrevin/yii2-fontawesome: ~2.17|~3.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2024-08-28 22:17:06 UTC
README
主题辅助类
安装
安装此扩展的首选方式是通过 Composer。
运行以下命令之一
php composer.phar require --prefer-dist albertborsos/yii2-theme-helper "*"
或者在您的 composer.json
文件的 require 部分添加以下内容
"albertborsos/yii2-theme-helper": "*"
使用方法
扩展安装完成后,只需在您的代码中通过以下方式使用即可
<?= \albertborsos\themehelper\AutoloadExample::widget(); ?>```