dtech / base
Dtech base extension
1.0.3
2019-12-16 16:22 UTC
This package is auto-updated.
Last update: 2026-03-17 06:06:34 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