menus icon indicating copy to clipboard operation
menus copied to clipboard

url() does not generate a real Url

Open nicozimmermann94 opened this issue 9 years ago • 1 comments

I have the following menu item: $home = $mainmenu->add('Startseite', '/abc')->active('/*');

When I call {{ $item->url() }} in my blade template, I expect a valid Url, but I get http://abc instead.

What am I doing wrong?

nicozimmermann94 avatar Oct 15 '15 08:10 nicozimmermann94

Found a solution: instead of /abc I had to use simply abc. But the docs say so?

nicozimmermann94 avatar Oct 15 '15 08:10 nicozimmermann94