2017 © Pedro Peláez
 

magento2-module magento2-owl-carousel

A simple module that allows you to use OwlCarousel with Magento 2

image

vmasciotta/magento2-owl-carousel

A simple module that allows you to use OwlCarousel with Magento 2

  • Saturday, March 10, 2018
  • by vmasciotta
  • Repository
  • 4 Watchers
  • 19 Stars
  • 1,420 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 2 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

Magento 2 Owl Carousel

This simple module allows You to use OwlCarousel following the Magento way., (*1)

How to install

This module is now available through Packagist ! You don't need to specify the repository anymore., (*2)

Add the following lines into your composer.json, (*3)

...
"require":{
    ...
    "vmasciotta/magento2-owl-carousel":"^1.0.0"
 }

or simply digit, (*4)

composer require vmasciotta/magento2-owl-carousel

Then type the following commands from your Magento root:, (*5)

$ composer update
$ ./bin/magento cache:disable
$ ./bin/magento module:enable Vmasciotta_OwlCarousel
$ ./bin/magento setup:upgrade
$ ./bin/magento cache:enable

How to use

Using data-mage-init:, (*6)

```html, (*7)

, (*8)

Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
```

Using <script> tag:, (*9)

```html , (*10)

Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image
Owl Image

```, (*11)

The Versions

10/03 2018

dev-develop

dev-develop

A simple module that allows you to use OwlCarousel with Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • magento/module-directory 100.0 - 100.2

 

28/12 2016

dev-master

9999999-dev

A simple module that allows you to use OwlCarousel with Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.6.0|7.0.2|~7.0.6
  • magento/module-ui 100.1.*

 

16/08 2016

1.0.1

1.0.1.0

A simple module that allows you to use OwlCarousel with Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/module-ui 100.1.*

 

06/02 2016

1.0.0

1.0.0.0

A simple module that allows you to use OwlCarousel with Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/module-ui 100.0.*