appxq / yii2-sidebar
Sidebar
Package info
Type:yii2-extension
pkg:composer/appxq/yii2-sidebar
dev-master
2015-09-22 08:23 UTC
This package is not auto-updated.
Last update: 2026-07-08 19:02:55 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(); ?>```