menu icon indicating copy to clipboard operation
menu copied to clipboard

Question about breadcrumbs

Open kilowat opened this issue 9 years ago • 1 comments

How to add the first element . Example home>news, but home is not parent for the news.

kilowat avatar Sep 17 '16 17:09 kilowat

I ended up using like this:

<ol class="breadcrumb">
    <li><a href="/">Home</a></li>
    {!! \Menu\Menu::handler('sidemenu')->breadcrumbs()->setElement('') !}}
</ol>

mgsmus avatar Oct 03 '16 21:10 mgsmus