Answer the question
In order to leave comments, you need to log in
How to display posts that belong to multiple categories in Laravel?
There are tables:
• posts
- id
- title
• categories
- id
- title
• catposts
- id
- category_id
- post_id
How to display all posts from a certain category?
PS if I did not correctly implement the categories + posts, then tell me how to do it right.
Thank you.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question