Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 434 Bytes

configuration.md

File metadata and controls

12 lines (10 loc) · 434 Bytes

Fazland - DtoManagementBundle - Configuration

Configuring DtoManagementBundle is really simple: just write down the dto_management.yaml file as the following:

dto_management:
    namespaces:
        - 'App\Model'

That is: the only configuration is to tell the bundle where it has to look for DTOs interfaces and implementations.

Next step: Nested dtos