e2y/module-core

e2y configuration tab for Magento 2

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2021-09-08 10:47 UTC

This package is not auto-updated.

Last update: 2025-06-27 03:01:12 UTC


README

``e2y/module-core``

Main Functionalities

e2y configuration tab for Magento 2

Installation

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

Type 1: Zip file

  • Unzip the zip file in app/code/E2Y
  • Enable the module by running php bin/magento module:enable E2Y_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 e2y/module-core
  • enable the module by running php bin/magento module:enable E2Y_Core
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush