cancel
Showing results for 
Search instead for 
Did you mean: 

Hi,I am new. Someone could help me How to develop custom modules?

Hi,I am new. Someone could help me How to develop custom modules?

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,

3 REPLIES 3

Re: Hi,I am new. Someone could help me How to develop custom modules?

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

Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti

Re: Hi,I am new. Someone could help me How to develop custom modules?

Re: Hi,I am new. Someone could help me How to develop custom modules?

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.