lutpiero / yii2-admin-lte-menu
AdminLTE Menu Widget
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
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(); ?>```