Skip to content

kkkonrad/categorycreator29

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage2 Module Kkkonrad Categorycreator29

``kkkonrad/module-categorycreator29``

Main Functionalities

Create new Magento 2 category from console command

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Kkkonrad
  • Enable the module by running php bin/magento module:enable Kkkonrad_Categorycreator29
  • 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
  • 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 kkkonrad/module-categorycreator29
  • enable the module by running php bin/magento module:enable Kkkonrad_Categorycreator29
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

Specifications

  • Console Command
    • createcategory

Attributes

Categorycreator29

About

Create new Magento 2 category from console command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages