Hi All,
What are Extensions actually mean in magento and can I create a sample extension and test it with my locally installed magento 2.0.
Thanks !
Solved! Go to Solution.
Hi @AKum,
An extension is a set of code that provides a specific set of features to Magento. You can find Magento core extensions in the codebase, and you can add third party extensions as well.
You can create a sample extension and test it in your local machine.
I recommend you to read the PHP Developer Guide from the Magento 2 Developer Documentation:
http://devdocs.magento.com/guides/v2.0/extension-dev-guide/bk-extension-dev-guide.html
Best regards.
Gabriel
Hi @AKum,
An extension is a set of code that provides a specific set of features to Magento. You can find Magento core extensions in the codebase, and you can add third party extensions as well.
You can create a sample extension and test it in your local machine.
I recommend you to read the PHP Developer Guide from the Magento 2 Developer Documentation:
http://devdocs.magento.com/guides/v2.0/extension-dev-guide/bk-extension-dev-guide.html
Best regards.
Gabriel