magebytessoft / module-base
Base Module
Requires
- php: ~7.4.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0
This package is not auto-updated.
Last update: 2025-09-08 11:59:46 UTC
README
Overview
Magebytes Base
is a foundational module created by MageBytes that provides essential functionalities required by other MageBytes modules. This module serves as a base dependency for various MageBytes extensions, ensuring compatibility and shared resources across different modules.
Features
- Provides foundational code and utilities used by other MageBytes modules.
- Centralized configuration and common functionalities for consistent integration with MageBytes extensions.
- Ensures smooth interoperability and compatibility with other MageBytes modules.
Requirements
- Magento Version: 2.4.x
- PHP Version: Compatible with your Magento version (PHP 7.4, 8.1, 8.2 or 8.3)
Installation
Composer Installation
To install the Magebytessoft_Base
module via Composer, run the following command in your Magento root directory:
composer require magebytessoft/module-base
After the installation is complete, enable the module by running:
php bin/magento module:enable Magebytessoft_Base
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Manual Installation
Follow these steps to install the Magebytes_Base module manually:
Download the Module:
Download the latest version of the
Magebytessoft_Base
module from the MageBytes repository.Extract the Files:
Extract the downloaded files and place them in the
app/code/Magebytes/Base
directory of your Magento installation.Enable the Module:
Run the following commands in the Magento root directory to enable the module:
php bin/magento module:enable Magebytessoft_Base php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:clean php bin/magento cache:flush
- Support
- For any issues or support requests, please contact MageBytes:
- Email: info@magebytes.com
- Website: MageBytes