lutpiero/yii2-admin-lte-menu

AdminLTE Menu Widget

dev-master 2015-02-11 04:16 UTC

This package is auto-updated.

Last update: 2024-10-23 11:44:57 UTC


README

AdminLTE Menu Widget

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist lutpiero/yii2-admin-lte-menu "*"

or add

"lutpiero/yii2-admin-lte-menu": "*"

to the require section of your composer.json file.

Usage

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

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