SuluMegamenuBundle:在Sulu CMS中创建复杂的树菜单

时间:2024-04-05 13:54:24
【文件属性】:

文件名称:SuluMegamenuBundle:在Sulu CMS中创建复杂的树菜单

文件大小:77KB

文件格式:ZIP

更新时间:2024-04-05 13:54:24

PHP

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


【文件预览】:
SuluMegamenuBundle-master
----Entity()
--------MenuItem.php(7KB)
----Exception()
--------WebspaceNotFoundException.php(389B)
--------NotPublishedException.php(385B)
----Event()
--------MenuEvent.php(752B)
----SuluMegamenuBundle.php(525B)
----Resources()
--------translations()
--------views()
--------config()
----phpcs.xml.dist(652B)
----LICENSE(1KB)
----Controller()
--------Admin()
----composer.json(2KB)
----Builder()
--------MenuBuilder.php(5KB)
----.github()
--------workflows()
----composer.lock(480KB)
----Admin()
--------MegamenuAdmin.php(7KB)
----README.md(3KB)
----Twig()
--------RenderExtension.php(713B)
--------RenderRuntime.php(3KB)
----Repository()
--------MenuItemRepository.php(1KB)
----DependencyInjection()
--------Configuration.php(1KB)
--------SuluMegamenuExtension.php(2KB)
----phpstan.neon(659B)
----EventSubscriber()
--------PublishDocumentSubscriber.php(1KB)
--------CacheClearSubscriber.php(1KB)
--------PublishMenuItemSubscriber.php(1KB)

网友评论