Magento2 Create Simple Module
Today I am going to demonstrate you how to create a basic custom module in magento2. Prerequisites : This tutorial assumes that you have installed magento with latest version on your machine and you have basic knowledge in magento and magento2. Create Module Directories: To get started you must create module directories inside app/code folder. …