searchtap / magento-plugin
Search autocomplete and search results
Package info
github.com/Green-Apple-Solutions-Private-Limited/st-magento-2-self-serve-plugin
Type:magento2-module
pkg:composer/searchtap/magento-plugin
1.8.0
2022-10-27 10:08 UTC
Requires
- magento/framework: ~102.0|~103.0
This package is auto-updated.
Last update: 2026-06-11 16:01:22 UTC
README
Official Website https://www.searchtap.io/
Installation Steps:
To install plugin via [Composer], please follow the steps:
$ composer require searchtap/magento-plugin$ php bin/magento module:enable Bitqit_Searchtap$ php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy
To install the plugin via [FTP], please follow the steps:
$ Take pull from https://github.com/searchtap/magento-plugin$ Unzip and upload Bitqit folder inside [app/code]$ Run the command in magento's root directory: php bin/magento module:enable Bitqit_Searchtap$ Run the command in magento's root directory: php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy