tadcka / sitemap-bundle
Symfony2 的 Sitemap bundle
v0.3.0
2016-02-29 13:50 UTC
Requires
- php: >=5.3.3
- aferrandini/urlizer: 1.0.*
- friendsofsymfony/jsrouting-bundle: ~1.5
- jms/serializer-bundle: ~1.0
- nercury/translation-editor-bundle: ~0.1
- silvestra/seo-bundle: 0.1.*@dev
- symfony/framework-bundle: >=2.3
- tadcka/jstree-bundle: ~0.2
- tadcka/routing-bundle: 0.2.*@dev
- tadcka/tree: 0.2.*@dev
Requires (Dev)
- phpunit/phpunit: ~4.2
- squizlabs/php_codesniffer: ~1.5
Suggests
- doctrine/doctrine-bundle: For doctrine mapping.
- silvestra/form: For extra form types.
- stof/doctrine-extensions-bundle: For doctrine mapping.
This package is not auto-updated.
Last update: 2024-09-14 16:24:04 UTC
README
简单的网页列表管理器。
安装
步骤 1: 使用 composer 下载 SitemapBundle
在 composer.json 中添加 SitemapBundle
{ "require": { "tadcka/sitemap-bundle": "dev-master" } }
现在运行以下命令让 composer 下载 bundle
$ php composer.phar update tadcka/sitemap-bundle
步骤 2: 启用 bundle
在 kernel 中启用 bundle
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Tadcka\Bundle\SitemapBundle\TadckaSitemapBundle(), ); }
许可证
此 bundle 在 MIT 许可证下。请参阅 bundle 中的完整许可证。
代码许可证: Resources/meta/LICENSE
作者
此 bundle 最初由 Tadas Gliaubicas 创建。请参阅 贡献者列表。