anasstouaticoder / magento2-module-base
The base module will contain All common components used by other modules
Installs: 961
Dependents: 6
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0||~7.1||~7.2||~7.3||~7.4.0||~8.1||~8.2
- magento/framework: *
README
Copy field path and value, display its override values in parent scope
``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