Yii2 widget wrapper for the woo-commerce FlexSlider library
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.
Once the extension is installed, simply use it in your code by :
<?= \enigmatix\flexSlider\AutoloadExample::widget(); ?>```