- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Problem solved? Click Accept as Solution!"
Qaisar Satti
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Hi,I am new. Someone could help me How to develop custom modules?
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.