/yii2-owl-carousel

Primary LanguagePHPMIT LicenseMIT

Owl Carousel Yii2 Extention

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(); ?>```