Skip to content

emizentech/magento2-featured-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magento2-featured-products

Composer Installation Instructions

edit composer.json file of the Magento 2 project edit to the following in repositories section
"repositories": [
        {
            "type": "composer",
            "url": "https://repo.magento.com/"
        },
        {
            "type": "vcs",
            "url": "https://github.com/emizentech/magento2-featured-products/"
        }
    ],

Since this package is in a development stage, you will need to change the minimum-stability as well to the composer.json file: -

"minimum-stability": "dev",

After that, need to install this module as follows:

  composer require magento/magento-composer-installer
  composer require emizentech/featuredwidget

Mannual Installation Instructions

go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/Emizentech/Featuredwidget you can also create by following command:
cd /Magento2Project
mkdir app/code/Emizentech
mkdir app/code/Emizentech/Featuredwidget

Enable Emizentech/Featuredwidget Module

to Enable this module you need to follow these steps:
  • Enable the Module
    bin/magento module:enable Emizentech_Featuredwidget
  • Run Upgrade Setup
    bin/magento setup:upgrade
  • Re-Compile (in-case you have compilation enabled)
    bin/magento setup:di:compile

About

Featured Products Widget for #Magento2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published