Closed fbc closed 4 years ago
Not sure I follow. You can configure your template by modifying the view
config value, and assuming you name your breadcrumbs the same as your routes, can render breadcrumbs by calling Breadcrumbs::render()
anywhere. How is what you’re suggesting different?
@shengslogar Thanks.. I didn't realize that it would dynamically look for the path.
With tabuna/breadcrumbs you can just use in a blade template partial:
and there is no need to visit each blade file to paste anything in. Would it be too difficult to adopt this approach? I love this package and all the great work your put into it, and it's still a time saver. I just wish it could save you an extra step.