Skip to content

Repository File doens generate #2

@flod1

Description

@flod1

Hy,

my config for generate Entity and Repository Class.

{ "export": "doctrine2-annotation", "zip": false, "dir": "module/Application/src/Application/Entity", "params": { "backupExistingFile": true, "skipPluralNameChecking": false, "enhanceManyToManyDetection": true, "bundleNamespace": "", "entityNamespace": "Entity", "repositoryNamespace": "Entity\\Repositories", "useAnnotationPrefix": "ORM\\", "useAutomaticRepository": true, "indentation": 4, "filename": "%entity%.%extension%", "quoteIdentifier": false, "propertyNameCodingStyle": "lowercamelcase", "tableNameCodingStyle": "underscore", "columnNameCodingStyle": "underscore" } }

But the exporter only generate Entity Class Files not the Repository Class Files. :-(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions