magereactor / base
MageReactor Base
Installs: 21
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
This package is auto-updated.
Last update: 2024-10-25 06:58:50 UTC
README
This module contains all the necessary configurations that are common in all MageReactor's Modules.
Install
Composer
composer require magereactor/base
Compatiblity
Currently this module is compatible with Magento 2.4.x
Enable Module
php bin/magento module:enable MageReactor_Base php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f
You may need to Flush Magento Cache after installation.