atayahmet / laravel-nestable

Laravel 5 nested category/menu generator
MIT License
214 stars 52 forks source link

How to get all parent of specific child (for breadcrumbs) #54

Closed satishglondhe closed 6 years ago

atayahmet commented 6 years ago

There is no way that specific queries in this package. You can do that with eloquent. Then you can generate elements with nestable() helper.

lsotoangeldonis commented 6 years ago

Sorry for re-open this but could you kind of provide an example for that using the nestable helper please?