[Solved] Symfony 4. ManyToMany association with attribute. Custom form to insert attribute value, how do I?
[ad_1] It seems I did find a way, indeed it is pretty straightforward Synfony 4 code. Hope it could be useful to somebody. (note: I used php bin/console make:entity/crud/form to write the needed scripts. Below how I needed to modify the code I got from make) So, say I have Alpha and Beta entities. I … Read more