Tag: the complete magento 2 course
-
Magento’s MVC & Routing Mechanism
Hello everyone Detailed Look at Magento’s URL Anatomy When you look at a URL for any Magento page, you might see a URL like https://magento.dev/customer/account/create. Magento follows a Model-View-Controller design pattern, also known as MVC. The Controller part of that pattern in Magento follows a very structured format, as each of the parts of the URL…
-
Create new module
Hello everyone In this lesson we will know how to create new Magento module Magento Module Naming Convention The naming conventions for modules in Magento are straightforward. A module name consists of two parts, a “Vendor” name and a “Module” name. Step 1: Name your module In this course, we’ll use the Itcforu vendor name and the KickStart module…
-
Magento 2: Create new admin user using command line
Magento 2 Create new admin user using command line