oakcms/yii2-carousel

Yii2 Carousel bootstrap 3 for oakcms

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2016-08-26 10:22 UTC

This package is not auto-updated.

Last update: 2024-05-05 09:11:53 UTC


README

Yii2 Carousel bootstrap 3 for oakcms

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist oakcms/yii2-carousel "*"

or add

"oakcms/yii2-carousel": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \oakcms\yii2carousel\AutoloadExample::widget(); ?>