We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After we create a menu, maybe we need to add other additional menus. You may modify menu via the ->modify method.
->modify
menu()->modify('navbar', function ($menu) { $menu->add([ 'title' => 'Foo', 'url' => 'bar', ]); });