Skip to content

omcrn/yii2-owl-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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