Sulu Megamenu捆绑包 在Sulu中使用部分,图像项,外部URL,自定义URL等创建复杂的树菜单。 安装 在您的composer.json文件中添加SuluMegamenuBundle: composer require the-cocktail/sulu-megamenu-bundle 注册捆绑 在您的config/bundles.php注册捆绑包: <?php // config/bundles.php return [ // ... TheCocktail \ Bundle \ MegaMenuBundle \ SuluMegamenuBundle ::class => [ 'all' => true ], // ... ]; 使用以下方法更新数据: bin/console doctrine:schema:update --f