algolia / algoliasearch-custom-algolia-magento-2
Custom boilerplate module to extend Algolia Magento 2 extension
Package info
github.com/algolia/algoliasearch-custom-algolia-magento-2
Language:JavaScript
Type:magento2-module
pkg:composer/algolia/algoliasearch-custom-algolia-magento-2
1.4.0
2025-01-28 19:54 UTC
Requires
This package is auto-updated.
Last update: 2026-05-28 22:50:31 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/codedirectory where you can make further modifications to the implementation and commit to your own project repository.