algolia / algoliasearch-custom-algolia-magento-2
Custom boilerplate module to extend Algolia Magento 2 extension
Installs: 35 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 6
Open Issues: 4
Language:JavaScript
Type:magento2-module
Requires
- dev-master
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- dev-feature/MAGE-1061-sample-mixins
- dev-epic/MAGE-997-sunset-algolia-bundle
- dev-feature/MAGE-1015-bundle-stuffing
- dev-feature/MAGE-1002-update-path-aliases
- dev-feature/MAGE-1002-remove-algoliabundle
- dev-feature/MAGE-957
- dev-update/MAGE-770-Logger
- dev-bugfix/MAGE-673
- dev-fix/MAGE-564
- dev-feature/INTEG-382
- dev-update/MAGE-409
This package is auto-updated.
Last update: 2024-10-23 14:56:23 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.