cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Extension for magento 2.0

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Sample Extension for magento 2.0

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 !

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Sample Extension for magento 2.0

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

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.

View solution in original post

1 REPLY 1

Re: Sample Extension for magento 2.0

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

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.