Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 651 Bytes

Yii2 widget wrapper for the woo-commerce FlexSlider library

Yii2 widget wrapper for the woo-commerce FlexSlider library

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist enigmatix/yii2-flexslider "*"

or add

"enigmatix/yii2-flexslider": "*"

to the require section of your composer.json file.

Usage

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

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