deki/magento-2-core

magento 2 core module

Installs: 64

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2021-11-14 12:27 UTC

This package is auto-updated.

Last update: 2024-05-14 17:57:40 UTC


README

deki/module-core

Main Functionalities

magento 2 core module

Type 1: Zip file

  • Unzip the zip file in app/code/Deki
  • Enable the module by running php bin/magento module:enable Deki_Core
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Install the module composer by running composer require deki/module-core
  • enable the module by running php bin/magento module:enable Deki_Core
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush