Starting the domain

Domain creation is the first step in creating a new resource

Go to the src/domains/ folder and create a folder to represent the domain of the entity we are going to work with. The Categoryentity in the modeling that we are going to use for this tutorial will be allocated in the Generalnamespace. The name of the created folder will be General/ and inside it another one called Category/. So, at the end of this step, we will have a directory created in src/domains/General/Category that will be ready to receive the artifacts that we will see below.

A detailed description of the domains can be found here.

Configuring the domain

Last updated

Was this helpful?