Is there a way to addChild not on the end of the menu? If I have:
- Red
- Green
- Yellow
And I want add blue before Yellow?
$menu = $event->getMenu();
$menu->getChild('colors')
->addChild('blue', [
'route' => 'blue_link',
])
If anybody needs help, this is the way: