Build
Building your component involves laying out the file structure, creating the necessary configuration files, building out any needed API interfaces and services, and adding any frontend parts needed for your component.
Prerequisites
Before you begin creating your new component, make sure that you have a working installation of Adobe Commerce or Magento Open Source.
Also, we recommend that you disable caching while setting up the component file structure and adding configuration files.
The following details the component building process:
- Create composer.json
- Define your configuration files
- Create your component file structure
- Register your component
- URN schema validation
- Name your component
- Component load order
- Enable your component