Create model in Magento 2- If you’re creating your own Magento 2 module, may be you will need your extension to be able to create a table during module installation or upgrade process. We will create a model connect with this table also. You can download the package of the last version here
Create layout in Magento 2
Create layout in Magento 2- In part 1, we already created a simple Magento 2 module with a controller. You can view the tutorial here and download the package.
Next, we’re going to create layout for this controller.
Let’s begin.
Controller in Magento 2
Controller in Magento 2 – In this tutorial, we’re creating a magento 2 module, a “Hello World”-style module.
The goal of the module will be simply to write some sentences to the website.
How to install Magento 2 ?
How to install Magento 2 – In this tutorial, we’re going to install magento 2 on web server. I’m using localhost. you also can use your VPS or shared hosting.