Book Image

Magento 2 Development Cookbook

Book Image

Magento 2 Development Cookbook

Overview of this book

With the challenges of growing an online business, Magento 2 is an open source e-commerce platform with innumerable functionalities that gives you the freedom to make on-the-fly decisions. It allows you to customize multiple levels of security permissions and enhance the look and feel of your website, and thus gives you a personalized experience in promoting your business.
Table of Contents (18 chapters)
Magento 2 Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


When you look in the app/code folder (the core of Magento), you see the modular architecture. Every concept in the e-commerce flow is stored in a module. The Magento application is a combination of all these modules.

One of the advantages of a modular architecture is the extendibility. It is easy to add modules that add to or modify the native behavior of Magento.

In this chapter, we will create a module with the most important things you need to know when writing code in Magento.