You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I upgrade laravel to version 6 and now I am getting Call to undefined method asUl nav.blade.php I have in my composer.json "caffeinated/menus": "^4.0",. and this for the blade : config('site.main_menu')->asUl(['class' => 'dropdown-menu', 'role' => 'menu', 'aria-labelledby' => 'dropdownMenu1'])
Can someone tell what may be wrong. Thanks
The text was updated successfully, but these errors were encountered:
Hi
I upgrade laravel to version 6 and now I am getting Call to undefined method asUl nav.blade.php I have in my composer.json "caffeinated/menus": "^4.0",. and this for the blade :
config('site.main_menu')->asUl(['class' => 'dropdown-menu', 'role' => 'menu', 'aria-labelledby' => 'dropdownMenu1'])
Can someone tell what may be wrong. Thanks
The text was updated successfully, but these errors were encountered: