Closed b00gizm closed 1 year ago
By default, when generating classes with the included Maker commands, we're storing then under src. It would be great to add an option to set something like a "base path", such as
src
bin/console make:ddd:model --aggregate-root --basePath=src/Foo
which then would generate a model and related classes below src/Foo/Model.
src/Foo/Model
Resolved by https://github.com/geekcell/ddd-symfony-bundle/pull/41
By default, when generating classes with the included Maker commands, we're storing then under
src
. It would be great to add an option to set something like a "base path", such aswhich then would generate a model and related classes below
src/Foo/Model
.