I am building magento module for now it is just calling text, but the problem I am facing right now is it is not appear in enabled nor disabled modules
N.B: registration file created (registration.php)
Hello,
you need to create two files
registation.php and etc/module.xml file for that.
then you need to run setup:upgrade command for the same.
https://devdocs.magento.com/videos/fundamentals/create-a-new-module/
check above link for same
Hope it will help you.
I did all the steps you mentioned but still doesn't appear
Hello @mariana_remon
check your module name into app/etc/config.php file
which are the steps you followed and what do you have on your app/etc/config.php?
sorry @Sunil Patel i didn't see your answer (Think we have posted almost in sync )
You can refer to the link for creating Magento 2 Hello World Module.
Once you follow all the steps and create a file given in the link, You need to run a command from the root of Magento php bin/magento setup:upgrade command to install your module.
Hope the above link will helpful for beginners.
@mariana_remon After creating module have you run the below command?
php bin/magento setup:upgrade
Thanks