algolia/algoliasearch-custom-algolia-magento-2

Custom boilerplate module to extend Algolia Magento 2 extension

Installs: 31 429

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 5

Forks: 6

Open Issues: 4

Language:JavaScript

Type:magento2-module

1.2.2 2023-06-16 14:10 UTC

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.