ManyToMany relation with symfony 3.4 (creating link between two tables with api ) – Phpmyadmin
I am trying to create a link between two tables with a ManyToMany relation in symfony. I have a Post table with is basically a table to store all post from users (like Facebook post, with comments, likes, users etc)…