appxq / yii2-sidebar
侧边栏
dev-master
2015-09-22 08:23 UTC
This package is not auto-updated.
Last update: 2024-10-02 10:09:40 UTC
README
侧边栏
安装
安装此扩展的首选方式是通过 composer。
运行以下命令:
composer require "appxq/yii2-sidebar:dev-master"
或者在你的 composer.json
文件的 require 部分添加:
"appxq/yii2-sidebar": "*"
to the require section of your composer.json
file.
使用方法
扩展安装完成后,只需在你的代码中使用它即可。
<?= \appxq\widgets\AutoloadExample::widget(); ?>```