anasstouaticoder/magento2-module-base

The base module will contain All common components used by other modules

1.2.15 2023-06-05 10:01 UTC

This package is auto-updated.

Last update: 2024-05-05 11:54:49 UTC


README

Copy field path and value, display its override values in parent scope

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667
``anasstouaticoder/magento2-module-base``

Main Functionalities

Base Module

Installation

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

install from composer 2

  • basically this module will be installed as dependency for other modules also it can be Installed manually.
  • In magento project root directory run command composer require anasstouaticoder/magento2-module-base
  • Enable the module by running php bin/magento module:enable AnassTouatiCoder_Base
  • Flush the cache by running php bin/magento cache:flush

Zip file

  • Unzip the zip file in app/code/AnassTouatiCoder
  • Enable the module by running php bin/magento module:enable AnassTouatiCoder_Base
  • Flush the cache by running php bin/magento cache:flush

In Back Office

Go to Store => Configuration, you will see that a new section Atouati Tools has been added.

Specifications

The base module will contain All common components used by other modules

License

MIT