MageReactor Base

Installs: 17

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:magento2-module

2.0.0 2021-11-25 00:34 UTC

This package is auto-updated.

Last update: 2024-09-25 06:45:40 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.