omcrn / yii2-owl-carousel
Simple owl carousel widget for yii2
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/owl.carousel: ^v2.0.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 19:51:15 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(); ?>```