davix / module-base
Base By Davix
Package info
bitbucket.org/dava-code-studio/davix_base
Type:magento2-module
pkg:composer/davix/module-base
1.0.1
2026-09-10 08:51 UTC
Requires
- ext-openssl: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-25 07:36:50 UTC
README
``davix/module-base``
Main Functionalities
Base By Davix
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Davix - Enable the module by running
php bin/magento module:enable Davix_Base - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com - public repository
packagist.org - public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/ - Install the module composer by running
composer require davix/module-base - enable the module by running
php bin/magento module:enable Davix_Base - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush