appxq / yii2-sidebar
Sidebar
dev-master
2015-09-22 08:23 UTC
This package is not auto-updated.
Last update: 2026-04-29 18:01:02 UTC
README
Sidebar
Installation
The preferred way to install this extension is through composer.
Either run
composer require "appxq/yii2-sidebar:dev-master"
or add
"appxq/yii2-sidebar": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \appxq\widgets\AutoloadExample::widget(); ?>```