arturoliveira / yii2-tileslidemenu
TileSlideMenu
Installs: 477
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/arturoliveira/yii2-tileslidemenu
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-07 14:02:10 UTC
README
TileSlideMenu
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist arturoliveira/yii2-tileslidemenu "*"
or add
"arturoliveira/yii2-tileslidemenu": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \arturoliveira\TileSlideMenu::widget(); ?>```