classyllama/module-owlcarousel

This package is abandoned and no longer maintained. No replacement package was suggested.

OwlCarousel JS package for Magento 2

Installs: 22 047

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 5

Open Issues: 1

Language:JavaScript

Type:magento2-module

2.2.0 2016-12-29 22:43 UTC

This package is not auto-updated.

Last update: 2021-05-12 00:53:47 UTC


README

This repository is no longer supported or maintained, and has been archived.

This package makes the JavaScript library OwlCarousel available as an M2 module.

Note that this version of OwlCarousel is UMD compliant per this fork.

Installation Instructions

Via Composer

Use this installation option if you want to require the OwlCarousel module with Composer. This is the typical installation method.

Run the following commands from the root directory of your Magento installation.

composer require classyllama/module-owlcarousel:*
bin/magento module:enable --clear-static-content ClassyLlama_OwlCarousel
bin/magento setup:upgrade
bin/magento cache:flush

Via Code Package

If you have not already obtained the zip or tar.gz file package, you can obtain it by visiting the "releases" section of the public repository and choosing one of the formats under "Downloads" for the most recent release.

In the root directory of your Magento installation, create the following sub-directory path:

app/code/ClassyLlama/OwlCarousel

Copy all contents of the zip or tar.gz package into the newly created directory, and then run the following commands from the root directory of your Magento installation:

bin/magento module:enable --clear-static-content ClassyLlama_OwlCarousel
bin/magento setup:upgrade
bin/magento cache:flush