doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.77k stars 224 forks source link

Entity suggestion in create command and some entity stuff in DataFixtures class #307

Closed shambhu384 closed 5 years ago

shambhu384 commented 5 years ago

I personally think DataFIxtures are meant to add dummy data in an entity, so why can't we add entity suggestion and code scaffolding.

Ocramius commented 5 years ago

What do you mean by those two? Could you add examples of what you have in mind?

jwage commented 5 years ago

I think you are wanting this? https://github.com/fzaninotto/Faker

Ocramius commented 5 years ago

Closing here: description too vague.