We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was looking for a way to change the destination namespace for some makers.
I came up with this idea:
# config/packages/dev/maker.yaml maker: root_namespace: '%env(resolve:MAKER_NAMESPACE)%'
Then in the command line:
$ MAKER_NAMESPACE=App\UI\Web php bin/console make:controller $ MAKER_NAMESPACE=App\UI\Cli php bin/console make:command $ MAKER_NAMESPACE=App\Domain php bin/console make:entity
WDYT? Is there an other/better solution to achieve this?
Thanks
The text was updated successfully, but these errors were encountered:
Any update on this issue/feature ?
Sorry, something went wrong.
We have no immediate plans to implement this into MakerBundle. However, PR's are always welcome!
@jrushlow there is a PR for this feature. i would vote for reopening this ticket. it is too important for developing DDD applications. #378
No branches or pull requests
I was looking for a way to change the destination namespace for some makers.
I came up with this idea:
Then in the command line:
WDYT? Is there an other/better solution to achieve this?
Thanks
The text was updated successfully, but these errors were encountered: