algolia/algoliasearch-custom-algolia-magento-2

Custom boilerplate module to extend Algolia Magento 2 extension

Installs: 34 341

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 4

Forks: 6

Open Issues: 4

Language:JavaScript

Type:magento2-module


README

Magento 2 module for easy extension of Algolia's Magento 2 module.

Guides

Installation

The template module can be installed via Composer:

$ cd /path/to/your/magento2/directory
$ composer require algolia/algoliasearch-custom-algolia-magento-2
$ php bin/magento setup:upgrade

Please note that this is a starter module. Composer will install this code to your local app/code directory where you can make further modifications to the implementation and commit to your own project repository.