How are you trying to "pull it", with Eloquent?
Sep 4, 2020
8
Level 1
Laravel multiple id foreign problem
First of all I apologize for my bad English.
The database structure is as follows:
id, title, genres_id,poster
below is sample table data
1|Baslik|2,4,6|img path
Three pieces of data in the 2,4,6 genres table
I'm trying to pull the required data from the 'genres' table, but I couldn't
Please or to participate in this conversation.