caffeinated / menus

:pushpin: Menu generator package for the Laravel framework
https://caffeinatedpackages.com
132 stars 59 forks source link

https url #91

Open bakhtiararifinid opened 8 years ago

bakhtiararifinid commented 8 years ago

when i access the application using https, why the url created by menu always converted to http?

bakhtiararifinid commented 8 years ago

for temporary fix i do this on view instead of {{ $menuItem->url() }} i wrote {{ url($menuItem->link->path['url']) }}