You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I am unable to generate documents with symfony 4.1 using mongodb because there are no commands for that, someone can help me please. thx
strobox, Franky238, khal3d, radogast and mindaugasw
No plan, but it doesn’t mean it can’t haopen. The make:entity command is super complex and took a long time to develop. Making one for th ODM, which would be great, is just much lower on the priority list because of the comparative number of users. Someone can contribute it of course.
Yep - for now, you’ll need to do things by hand like always - if you want getters and setters, using your IDE is a nice way (it sounds like you already are).
Hello everyone, I am unable to generate documents with symfony 4.1 using mongodb because there are no commands for that, someone can help me please. thx
I made a composer package to handle this task. Project is still very young but basic features are there. 😉
Activity
bestog commentedon Jan 8, 2019
Wanted to ask the same thing. @weaverryan Is there a plan for that? 👍
weaverryan commentedon Jan 12, 2019
No plan, but it doesn’t mean it can’t haopen. The make:entity command is super complex and took a long time to develop. Making one for th ODM, which would be great, is just much lower on the priority list because of the comparative number of users. Someone can contribute it of course.
Cheers!
cmukanisa commentedon Jan 13, 2019
And for the time what's can we do ? For moment a generate manually the getters and setters
weaverryan commentedon Jan 13, 2019
Yep - for now, you’ll need to do things by hand like always - if you want getters and setters, using your IDE is a nice way (it sounds like you already are).
SamuelTallet commentedon Aug 1, 2020
I made a composer package to handle this task. Project is still very young but basic features are there. 😉
jrushlow commentedon Jul 20, 2022
We have no immediate plans to implement this into MakerBundle. However, PR's are always welcome!
make:document
#1330