Support the ongoing development of Laravel.io →
posted 9 years ago
Database
Last updated 2 years ago.
0

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 :)

0

Sign in to participate in this thread!

Eventy

Your banner here too?

umren umren Joined 20 Jan 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.