-
Notifications
You must be signed in to change notification settings - Fork 1
Add MakerModel to generate domain models and related classes/resources (#13) #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WIP! refs: #13
Doctrine's YAML driver is deprecated and will be removed from v3.0. Either replace with XML config generation or omit entirely and just focus on annotations (attributes). Symfony's docs for configuring Doctrine ORM. |
@b00gizm The Symfony MakerBundle is very opinionated and does not allow an override of the directory, as fas as I know (just the namespace). So I don't think we need to support this... |
Custom root path and tests will be tackled seperately outside of this PR. |
Moved changeset to Maker Commands feature collection PR. #20 |
Adds a Maker command to generate
Command Output
Checklist
AggregateRoot
(--aggregate-root
)--with-identity
)--entity
)Handle custom paths/prefixes in case the user wants to use a different root directory thansrc/Domain/Model
Add test case