In my database I have the following tables:
Document (idDoc, title, type)
Project (idProject, name)
DocumentProject (idDP, fk_Documento, fk_Proyecto)
I need to know how to do this with the Laravel ORM
in a single consultation.
1.-...
asked by
12.07.2018 / 18:18