0

I'm using Laravel Nova and looking for a way to customize breadcrumbs.

I want to add icons and also change the text of some pages.

I've checked the Nova documentation, but I couldn't find an official way to achieve this.

In Nova it can only do Nova::withBreadcrumbs(); to enable breadcrumbs and the they will be auto generate for every pages with a common setup, such as:

Home / Create {resource} // for Create resource
Home / Edit {resource id} // for Edit resource

If I want to add an icon for the text Home , I can't do it. If in some specific pages, for example I disabled all the inputs because that resource can't be edit. I don't want Edit {resource id} but View {resource name}, I can't do it either.

1
  • Unfortunately, Nova does not allow customisation of breadcrumbs and as you said, you can only enable/disable them Commented Sep 12 at 8:56

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.