enjoyscms/sitemap
最新稳定版本:6.3.2
Composer 安装命令:
composer require enjoyscms/sitemap
包简介
README 文档
README
Commands
vendor/bin/sitemap generate
vendor/bin/sitemap status
Example yaml configuration
enjoyscms/sitemap: baseUrl: &baseUrl "http://localhost" filename: /sitemap.xml stylesheet: - *baseUrl - /stylesheet.xsl collectors: - \EnjoysCMS\Module\Sitemap\ExampleCollector
All parameters of configuration
baseUrl: 'set baseUrl in /config.yml' filename: /sitemap.xml maxUrls: 50000 #Maximum allowed number of URLs in a single file. useGzip: false #Whether to gzip the resulting files or not useIndent: true #if XML should be indented maxBytes: 10485760 #Maximum allowed number of bytes in a single file. default: 10485760 bufferSize: 10 #Number of URLs to be kept in memory before writing it to file stylesheet: null collectors: []
统计信息
- 总下载量: 2.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-02