etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 459 forks source link

How can I get getDescendants() with condition #300

Open ruchisheth opened 6 years ago

ruchisheth commented 6 years ago

How can I get getDescendants() with condition?

something like $root->getDescendants()->where(['activated' => true]);