Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

magic42/magento2-import-export-category

Repository files navigation

Magento 2 Import Export Category

The Magento 2 Import Export Category extension helps you to Import/Export Category.

Installation Instruction

Install With Composer

# Add Composer Repository
composer config repositories.navin git git@github.com:mobilefunuk/magento2-import-export-category.git

# Install Module with Composer
composer require navin/importexportcategory:"*"

# Enable Module
php bin/magento module:enable Navin_ImportExportCategory

# Upgrade Magento Database
php bin/magento setup:upgrade

# Redeploy Static Content
php bin/magento setup:static-content:deploy

# Flush Magento Cache
php bin/magento cache:flush

Manual Install

  • Create a new directory at <magento_root>/app/code/Navin/ImportExportCategory
  • Copy or clone this repository into this directory
  • ssh to your magento instance
  • cd to your Magento Root directory
  • Run command php bin/magento module:enable Navin_ImportExportCategory
  • Run command php bin/magento setup:upgrade
  • Run command php bin/magento setup:static-content:deploy
  • And finally Flush the Magento Cache with php bin/magento cache:flush

Menu

Left Menu

Import Category

Import Category

Export Category & Sample File

Export Category & Sample File

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages