I have 3 tables
categories
- id
- name
categories_product
- id
- category_id
- product_id
and a product table
products
- id
- name
I want products based on catergori_id, how kan i do that with laravel Eloquent?
I have 3 tables
categories
categories_product
and a product table
products
I want products based on catergori_id, how kan i do that with laravel Eloquent?
Copyright © 2021 Jogjafile Inc.
Simple as this: