kuakling / yii2-smartmenus
Yii2 with smart menu js.
Installs: 52
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2024-11-13 10:52:17 UTC
README
Yii2 with smart menu js.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kuakling/yii2-smartmenus "*"
or add
"kuakling/yii2-smartmenus": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \kuakling\smartmenus\AutoloadExample::widget(); ?>```