Hi Guys,
I'm Berto and I'm studing the development of Magento 2.2 modules. Someone can indicate a good guide for doing this? Official magento dev docs aren't very very useful I thought. Maybe I'm wrong, I don't know , but after reading docs I am not able to write really useful module except Hello World module.
Solved! Go to Solution.
Hi @Magenz,
Welcome to the community forums!
I guess the best way to start is to ask and try to help into the forums.
Also you'll find a information on StackExchange and you can start diving into the http://devdocs.magento.com/ not only for learning but to correct and improve the docs.
Another recomendation could be to be aware of Magento issues on Github: https://github.com/magento/magento2/issues (if you are technical, of course).
If you want some code examples maybe you can start exploring some modules from GitHub. Also you can try some code generation tools like:
Fianlly, you'll need to get your hands dirty with the platform.
Cheers.
Hi @Magenz,
Welcome to the community forums!
I guess the best way to start is to ask and try to help into the forums.
Also you'll find a information on StackExchange and you can start diving into the http://devdocs.magento.com/ not only for learning but to correct and improve the docs.
Another recomendation could be to be aware of Magento issues on Github: https://github.com/magento/magento2/issues (if you are technical, of course).
If you want some code examples maybe you can start exploring some modules from GitHub. Also you can try some code generation tools like:
Fianlly, you'll need to get your hands dirty with the platform.
Cheers.