Closed muhrizwan closed 3 years ago
is there a way to query nested categories with where clause e.g,
$categories = Category::where('some_column', $some_value)->nested()->get();
or how can we do it with laravel built-in where clause or some other way to get nested specific results?
OK.. I have solved this issue by Using Independent Models
is there a way to query nested categories with where clause e.g,
$categories = Category::where('some_column', $some_value)->nested()->get();
or how can we do it with laravel built-in where clause or some other way to get nested specific results?