Skip to content

algolia/algoliasearch-custom-algolia-magento-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom boilerplate module to extend Algolia Magento 2 module

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.