dtech / base
Dtech base extension
1.0.3
2019-12-16 16:22 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-17 07:11:54 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