alvis/magento2-core

Wrapper to contain all module installations.

Installs: 2 558

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:magento2-module

1.0.0 2019-04-02 09:10 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:37 UTC


README

This is a wrapper for all of Alvis Magento 2 modules.

Installation

Recommended installation through composer, within your Magento root directory enter the following:

composer require alvis/magento2-core

Alternatively you can install manually by following these steps:

  1. Download the repo zip file and extract
  2. You should have a folder called 'magento2-core-master'. Rename this folder to 'Core'
  3. Under your Magento site folder create a new directory 'app/code/Alvis'
  4. Upload the module to this folder 'app/code/Alvis/Core'

Enable the module

php bin/magento module:enable Alvis_Core

You may also need to re-compile:

php bin/magento setup:upgrade
php bin/magento setup:di:compile

There are no configuration options for this module.