eab/tutei-sitemap-bundle
Composer 安装命令:
composer require eab/tutei-sitemap-bundle
包简介
eZ Publish 5 Bundle to generate an XML sitemap on the fly
README 文档
README
A simple eZ Publish 5 bundle providing a controller to generate an XML sitemap on the fly. It provides a human-readable stylesheet.
How to install
Install into vendors using composer:
composer --update-no-dev require "eab/tutei-sitemap-bundle":">=0.9"
Or download into src using git:
git clone https://github.com/eab-dev/TuteiSitemapBundle.git src/Tutei/SitemapBundle
Edit ezpublish/EzPublishKernel.php and add the following to the registerBundles() function:
new Tutei\SitemapBundle\TuteiSitemapBundle()
Important: make sure your main bundle comes below it.
Add the following to ezpublish/config/routing.yml:
tutei_sitemap:
resource: "@TuteiSitemapBundle/Resources/config/routing.yml"
Run the following to install the bundle assets:
php ezpublish/console assets:install --symlink web
How to configure
Minimal configuration
Add something like the following to your own services.yml:
parameters:
tutei_sitemap.classes:
- folder
- article
tutei_sitemap.base_url:
http://example.com
How to use
To view your sitemap access: /sitemap.xml
eab/tutei-sitemap-bundle 适用场景与选型建议
eab/tutei-sitemap-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 85 次下载、GitHub Stars 达 0, 最近一次更新时间为 2015 年 11 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 eab/tutei-sitemap-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 eab/tutei-sitemap-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 85
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-11-13