caffeinated / menus

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

Activate link multi language #61

Closed thedv91 closed 5 years ago

thedv91 commented 9 years ago

I have a multi-language issues http://localhost:8000/admin/dashboard

$menu->add(trans('labels.dashboard'), route('admin.dashboard.index'))->active('admin/dashboard/*');

how do I switch languages, it still activate http://localhost:8000/en/admin/dashboard

$menu->add(trans('labels.dashboard'), route('admin.dashboard.index'))->active('admin/dashboard/*');