genesisoft / module-searchseller
Package info
github.com/genesisoftware/module-searchseller
Type:magento2-module
pkg:composer/genesisoft/module-searchseller
0.0.1
2022-06-20 20:15 UTC
This package is auto-updated.
Last update: 2026-03-05 02:13:40 UTC
README
``genesisoft/module-searchseller``
Main Functionalities
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Enable the module by running
php bin/magento module:enable Genesisoft_SearchSeller - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com - public repository
packagist.org - public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/ - Install the module composer by running
composer require genesisoft/module-searchseller - enable the module by running
php bin/magento module:enable Genesisoft_SearchSeller - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush