A Magento extension is a block of PHP code – a combine of functions, added into Magento to extend its functionality.
Magento extensions allow you to add custom features and functionality to every area of your Magento store including the front and back end, integrations with other web services, marketing tools, themes and more. Extensions are developed through broad network of Magento partners to give you the flexibility and power to maintain your store the way you want . As you can see, if you want to create an extension , you have to have a lot of knowledge such as PHP, Mysql, Javascript, VPS … . Don’t worry about that. In this tutorial We will do :
- Lesson 1 : How to Build Magento 2 Extension
- Lesson 2: Magento 2 How to add new Table to Database in extension.
- Lesson 3: How to use Model in Magento 2 extension
- Lesson 4: How to use Helper and setting in Magento 2 extension
- Lesson 5 : How to use event in Magento 2 Extension.
- Lesson 6 : How to create admin grid in Magento 2 using Layout.
- Lesson 7: How to custom Grid layout in Magento 2 extension.
- Lesson 8: How to update or delete On Grid Layout in Magento 2 extension.
- Lesson 9: How to add/update item in Magento backend
- Lesson 10: How to get Items to frontend in Magento 2 extension
- Lesson 11 : How To use RequireJS and Ajax in Magento 2 Extension
If you want to build an extension by your self, you can read tutorial , it is more simple if you do step by step like me. If you have an any ideal about Magento 2 extension , you can comment under this post. I hope you will build great Magento 2 extension for your website and Project,