omcrn / yii2-owl-carousel
Simple owl carousel widget for yii2
Package info
github.com/omcrn/yii2-owl-carousel
Type:yii2-extension
pkg:composer/omcrn/yii2-owl-carousel
v2.0.0
2017-01-06 11:07 UTC
Requires
- bower-asset/owl.carousel: ^v2.0.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 02:36:08 UTC
README
Simple owl carousel widget for yii2
Installation
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.
Usage
Once the extension is installed, simply use it in your code by :
<?= \omicronsoft\owlcarousel\AutoloadExample::widget(); ?>```