imageineonline/module-base

This package is abandoned and no longer maintained. The author suggests using the prodovo/module-base package instead.

Core for all extensions by Imageine Online

1.0.3 2020-08-06 22:51 UTC

This package is auto-updated.

Last update: 2021-04-27 09:35:00 UTC


README

Main Functionalities

This base extension is required for all Imageine Online branded modules.

Installation

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

Type 1: Zip file

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

Support

If you have any issues while using any of our modules please feel free to get in touch and we will be happy to help resolve them for you.

http://www.imageineonline.co.uk