webreinvent / laravel-nestable

Laravel 8 nested category/menu generator
MIT License
8 stars 2 forks source link

Using where in model #3

Closed massimodevitis closed 10 months ago

massimodevitis commented 3 years ago

hi, it's possible to use where in model?

ex: Category::nested()->where("id", 2)->get();

br Max

themodernpk commented 10 months ago

@massimodevitis please refer to https://github.com/atayahmet/laravel-nestable/issues/65#issuecomment-443655981