magemaclean/m2-core

MageMaclean Core module for MageMaclean extensions

Installs: 10 725

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.3 2019-11-27 11:11 UTC

This package is auto-updated.

Last update: 2024-04-29 04:06:49 UTC


README

How to install & upgrade MageMaclean_Core

1. Install via composer (recommend)

We recommend you to install MageMaclean_Core module via composer. It is easy to install, update and maintain. Run the following commands in your Magento 2 root folder.

1.1 Install

composer require magemaclean/m2-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 Upgrade

composer update magemaclean/m2-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Run compile if your store is in Product mode:

php bin/magento setup:di:compile

2. Copy and paste

If you don't want to install via composer, you can download and install it this way.

  • Download from (https://github.com/magemaclean/m2-core/releases/)
  • Create the directory path app/code/MageMaclean/Core if it does not already exist.
  • Extract master.zip file to app/code/MageMaclean/Core ;
  • Go to your Magento 2 root folder and run the following commands to install or upgrade MageMaclean_Core:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy