Skip to content

how to generate a document in symfony 4.1 with maker command #320

@cmukanisa

Description

@cmukanisa

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

Activity

bestog

bestog commented on Jan 8, 2019

@bestog
Contributor

Wanted to ask the same thing. @weaverryan Is there a plan for that? 👍

weaverryan

weaverryan commented on Jan 12, 2019

@weaverryan
Member

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

cmukanisa commented on Jan 13, 2019

@cmukanisa
Author

And for the time what's can we do ? For moment a generate manually the getters and setters

weaverryan

weaverryan commented on Jan 13, 2019

@weaverryan
Member

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

SamuelTallet commented on Aug 1, 2020

@SamuelTallet

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. 😉

jrushlow

jrushlow commented on Jul 20, 2022

@jrushlow
Collaborator

We have no immediate plans to implement this into MakerBundle. However, PR's are always welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @weaverryan@bestog@cmukanisa@SamuelTallet@jrushlow

        Issue actions

          how to generate a document in symfony 4.1 with maker command · Issue #320 · symfony/maker-bundle