maginus/module-core

Core for all extensions by Maginus

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.2 2020-02-25 16:29 UTC

This package is auto-updated.

Last update: 2020-09-27 10:48:20 UTC


README

Main Functionalities

Maginus core extension is required for all Maginus branded modules.

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Maginus
  • Enable the module by running php bin/magento module:enable Maginus_Core
  • 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
  • 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 maginus/module-core
  • enable the module by running php bin/magento module:enable Maginus_Core
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush