- Aug 28, 2020
- 135
- 94
- 28
Anyone who can help with Laravel
Actually i want to create a relationship crud in Laravel with following details,
4 level of relationship,
1. Section
2. Categories
3. Sub categories
4. Sub-Child Categories
so,
1* has many 2* has many 3* has many 4*
i used belongs to and has many upto level 1 and 2 to relate it, but i am not getting how to link another step 3,4 to it,
can anyone help me with it,
i am learning Laravel and i am not professional in Laravel yet,
Thanks in Advance
Actually i want to create a relationship crud in Laravel with following details,
4 level of relationship,
1. Section
2. Categories
3. Sub categories
4. Sub-Child Categories
so,
1* has many 2* has many 3* has many 4*
i used belongs to and has many upto level 1 and 2 to relate it, but i am not getting how to link another step 3,4 to it,
can anyone help me with it,
i am learning Laravel and i am not professional in Laravel yet,
Thanks in Advance