albertborsos/yii2-theme-helper

0.2.2 2019-02-28 09:16 UTC

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(); ?>```