How to handle breadcrumbs in new package
-
I'm working on a package specific to my needs and how we handle orders generated by leads.
I'm following the Package development docs: https://devdocs.krayincrm.com/2.0/packages
How do I setup breadcrumbs for in my package?
I added this<x-admin::breadcrumbs name="orders" />
but I don't understand where/how to set the breadcrumbs to connect with orders (my package). Is there any documentation or advice?Thanks!
-
Hello @smeranda
For this you need to manage and register a new breadcrumb in
routes >> breadcrumb.php file
Regards
Team Krayin