@rishabh_webkul Is there a way to manage and register inside a package?
S
Latest posts made by smeranda
-
RE: How to handle breadcrumbs in new package
-
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!