Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 602 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 602 Bytes

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