I am new developing custom modules in magento and I am working CE 2.1. So I need some help with the basic steps. Where I can find Documentarios and Examples for develop custom modules? what is the best PHP framework that fit to magento for develop custom modules?
Thanks,
Barbaro,
Here is magento official documentation for creating a module
http://devdocs.magento.com/guides/v2.1/extension-dev-guide/build/create_component.html
here something other link for creating the module
http://www.demacmedia.com/magento-commerce/create-a-magento-2-plugin/
here is a simple module code
https://github.com/astorm/magento2-hello-world
http://devdocs.magento.com/guides/v2.1/extension-dev-guide/build/create_component.html
by using this link u can try to do
http://www.ongpohlin.com/sbf-center-office-space.html
In addition to the original Magento documentation, check these links:
http://magento.stackexchange.com/questions/108851/what-are-the-first-steps-in-exploring-magento-2
http://magento.stackexchange.com/questions/52753/can-anyone-suggest-more-technical-resources-for-mag...
http://alanstorm.com/category/magento-2
There you can find many useful resources and articles concerning Magento 2 development. Additionally, we recommend you to sign up for http://magento.stackexchange.com/ (if you hasn't done this yet). You can find a lot of answers for frequently asked questions.