muhammad/yii2-sidenav

sidenav

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-07-30 00:22 UTC

This package is auto-updated.

Last update: 2024-05-29 03:56:18 UTC


README

sidenav

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist muhammad/yii2-sidenav "*"

or add

"muhammad/yii2-sidenav": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \muhammad\sidenav\AutoloadExample::widget(); ?>```