mhinspeya / mhinspeya-hyva-videoshopping
The VideoShopping module for Magento 2 revolutionizes the online shopping experience by integrating video content directly into the product browsing journey. Users can watch both live and recorded videos that showcase products in detail, providing a rich, immersive experience. The module allows cust
1.0.0
2024-08-20 06:29 UTC
Requires
- mhinspeya/backend-mod: ^1.0
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2025-01-08 07:33:05 UTC
README
``MHinspeya/module-videoshopping``
Main Functionalities
This is a mhinspeya videoshopping
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/MHinspeya
- Enable the module by running
php bin/magento module:enable MHinspeya_VideoShopping
- 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 mhinspeya/module-videoshopping
- enable the module by running
php bin/magento module:enable MHinspeya_VideoShopping
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
Specifications
- Model
- mhinspeya