You are doing it wrong. hasMany
method is like one-to-many type of relationship so if you use it in Cat
model then the Post
model should contain belongsTo
method. If you want many-to-many relationship then use belongsToMany
relationship in both of your models and it will work just as you expect :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community