0 votes

Question received by email.

For Symfony2 and Doctrine2 it's necessary to change exported file names from .dcm.yml to .orm.yml. We know about this limitation and we will implement automatical file name resolver in one of following versions.

For now, it's necessary to change file-suffix manually for each module or each entity. The recommended way is to change file name format for whole module:

Simply select your module and in ORM property editor choose ".orm" for file-suffix property.
Export file name format for Doctrine2 in ORM Designer

You can also configure file name for each entity manually by editing export-file-name property in entity ORM property editor:

Entity export file name format for Doctrine2 in ORM Designer

Hope this tips will help you enjoy ORM Designer. If you have any question about this topic, feel free to discus it bellow!

in How To & Manuals by Skipper developer (141k points)

Please log in or register to answer this question.