symedit/sitemap-bundle
最新稳定版本:v0.11
Composer 安装命令:
composer require symedit/sitemap-bundle
包简介
Sitemap generator for entities in Symfony
README 文档
README
Basic Setup:
symedit_sitemap: models: blog_posts: repository: symedit.repository.post method: findPublished route: path: blog_show_slug params: slug: $slug changefreq: monthly lastmod: updatedAt priority: 0.6
Inside of the route params, or the route path you can prefix strings with a
dollar sign ($). This will try to fetch the current models value. So using
$slug would try to fetch the objects public property $slug, or try to fetch
it via getSlug() using Symfony's PropertyAccess Component.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-02-04