Simple owl carousel widget for yii2
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist omicronsoft/yii2-owl-carousel "*"
or add
"omicronsoft/yii2-owl-carousel": "*"
to the require section of your composer.json
file and run composer update
.
Once the extension is installed, simply use it in your code by :
<?= \omicronsoft\owlcarousel\AutoloadExample::widget(); ?>```