Joined January 2014
·
Posted to
Has many through in Laravel
over 1 year
ago
How would I change this to just get the third level of information? In this case, just the results from the "content" table, without everything else?
How would I change this to just get the third level of information? In this case, just the results from the "content" table, without everything else?
It turns out that using the HasManyThrough relation will allows this pretty easily.