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
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-17 11:38:18 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(); ?>