Category: Magento 2

Magento 2 Create Events – Observer in Magento 2

Create Events – Observer in Magento 2 ,Event observers consist of two main components: Event: An event is a trigger point within the Magento codebase where developers can hook in their custom logic. These events are typically defined using XML files in Magento modules. Observer: An observer is a PHP class that contains the logic […]

Read More

What are the different deploy modes in Magento 2?

What are the different deploy modes in Magento 2? Magento 2 Modes Overview Default mode: When you initially launch a Magento 2 site it is typically in Default mode Through this mode, you can deploy Magento applications on a single server. This mode is not optimized for production.In Default mode errors are logged at the […]

Read More