File path: app/etc/modules/MageCheck_Tutorial.xml
File path: app/code/MageCheck/Tutorial/registration.php
File path: app/code/local/MageCheck/Tutorial/etc/config.xml
File path: app/code/MageCheck/Tutorial/etc/module.xml
In order to enable the module we need to clear the cache, for this we have 2 options:
1. Login into the admin panel and go in the menu into System > Cache Management
2. You can install n98-magerun.phar and run:
php n98-magerun.phar cache:clean
We can see if the module is enabled by going to: System > Configuration > Advanced > Advanced > Disable Modules Output
Enabling the module needs to be done using a bin/magento command:
bin/magento module:enable MageCheck_Tutorial
Test to verify module status if it's "enabled" or "disabled":
bin/magento module:status MageCheck_Tutorial
URL: https://bitbucket.org/magecheck/magento1945/src/create-module/
git clone -b create-module git@bitbucket.org:magecheck/magento1945.git
URL:
Will be added further