magebytessoft/module-base

Base Module

Installs: 80

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:magento2-module

1.0.2 2025-07-28 11:25 UTC

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:

  1. Download the Module:

    Download the latest version of the Magebytessoft_Base module from the MageBytes repository.

  2. Extract the Files:

    Extract the downloaded files and place them in the app/code/Magebytes/Base directory of your Magento installation.

  3. 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
    
  4. Support
    • For any issues or support requests, please contact MageBytes:
    • Email: info@magebytes.com
    • Website: MageBytes