dtech/base

Dtech base extension

Maintainers

Details

github.com/dtech-04/base

Source

Issues

Installs: 7

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.3 2019-12-16 16:22 UTC

This package is auto-updated.

Last update: 2024-09-17 02:43:53 UTC


README

``dtech/base``

Main Functionalities

This is core module of dtech which is require for other dtech modules.

Installation

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

Type 1: Zip file

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

Type 2: Composer

  • If you do not know what Composer is, please read this first.
  • Install the module composer by running composer require dtech/base
  • enable the module by running php bin/magento module:enable Dtech_Base
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush