Wednesday, March 29, 2017

Search specific leaves laravel Baum

Under my root are 7 main categories (depth 1) with all (nested) children. However I want to return (and later search) only the leaves of certain parents (with type: finder). How can I do this?

It should be something like: $node = Categorie::where('type', 'finder')->getLeaves();



via Siem Peters

Advertisement