Chapter 7. Creating Magento 2 Extensions – the Basics
In this chapter, we will cover the basics on how to create your own Magento 2 extensions with the following recipes:
- Initializing extension basics
- Working with database models
- Creating tables using setup scripts
- Creating a web route and controller to display data
- Creating system configuration fields
- Creating a backend data grid
- Creating a backend form to add/edit data