Manugentoo Base Module

1.0.0 2022-03-07 08:02 UTC

This package is auto-updated.

Last update: 2024-05-08 04:58:08 UTC


README

Magento 2 Manugentoo Base Module

Extension homepage: https://github.com/manugentoo/magento2-base

CONTACTS

DONATIONS / SUPPORT ME ON

INSTALLATION

COMPOSER INSTALLATION

  • run composer command:

$> composer require manugentoo/base

MANUAL INSTALLATION

  • extract files from an archive

  • deploy files into Magento2 folder app/code/Manugentoo/Base

ENABLE EXTENSION

  • enable extension (use Magento 2 command line interface *):

$> php bin/magento module:enable Manugentoo_Base

  • to make sure that the enabled module is properly registered, run 'setup:upgrade':

$> php bin/magento setup:upgrade

  • [if needed] re-compile code and re-deploy static view files:

$> php bin/magento setup:di:compile $> php bin/magento setup:static-content:deploy

Enjoy!

Best regards, Manu Gentoo