@mkojoa What have you tried so far?
Nov 7, 2018
7
Level 3
Best way to create category & product tables ?
Please, I have some issues with my e-commerce database ie category table. I need an efficient way to create something like :
WOMEN [parent] CLOTHING [sub category 1] SPORT GEANS [sub category 2] [list of product here]
please, I need help seriously...
Level 35
@MKOJOA - To be able to create a parent > child > grandchild > etc. relationship you do not need a subcategory table. You could add a nullable parent_id to your category table and setup the relationships.
tree node, please
We are not going to build that for you. This isn't a job site. Google the terms laravel tree or laravel nestedset and you will find some examples
1 like
Please or to participate in this conversation.