arturoliveira/yii2-tileslidemenu

TileSlideMenu

1.2 2014-10-27 23:17 UTC

This package is not auto-updated.

Last update: 2024-04-23 07:21:02 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(); ?>```