Benjamin Knecht

Results 29 comments of Benjamin Knecht

First of all thank you. > or generate SQL which updates current rows. I can well understand that this solution makes little sense. I also understand that you should look...

For the CSFixer i like Husky. Then you can setup a git pre-commit hook which can be commited to the repo. But its required npm.. https://github.com/typicode/husky

good question 🤦 A good entry point https://www.doctrine-project.org/projects/migrations.html https://www.doctrine-project.org/projects/doctrine-migrations/en/3.5/reference/introduction.html#introduction https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/schema-representation.html https://github.com/mnapoli/dbal-schema Unfortunately I don't have so much time at the moment, I have to see when I will find time...

@kbond Short Question how to use doctrine migrations in this project? i tried `php vendor/bin/doctrine-migrations migrations:generate` but that isnt working without a configuration File.

Im not sure what new Entity names should named. So i just added Foo & Bar Entity that i can test the different relations. (OneToOne, ManyToOne, OneToMany & ManyToMany). As...

I replaced the hardcoded class_exist factory with symfony finder search factory in src & tests. Not sure this can leak to performance issues on large Projects. But as the cmd...

@kbond im not sure about the feature ask user to create missing factory. i added some init code for it. But it looks a bit complex.. The create missing factory...