Download the PHP package eastern-color/sitemap-bundle without Composer
On this page you can find all versions of the php package eastern-color/sitemap-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eastern-color/sitemap-bundle
More information about eastern-color/sitemap-bundle
Files in eastern-color/sitemap-bundle
Download eastern-color/sitemap-bundle
More information about eastern-color/sitemap-bundle
Files in eastern-color/sitemap-bundle
Vendor eastern-color
Package sitemap-bundle
Short Description This Symfony bundle provide another way to manage your sitemap.
License MIT
Package sitemap-bundle
Short Description This Symfony bundle provide another way to manage your sitemap.
License MIT
Please rate this library. Is it a good library?
Informations about the package sitemap-bundle
EasternColorSitemapBundle
This Symfony bundle provide another way to manage your sitemap.
Installation
composer require eastern-color/sitemap-bundle
- Enable bundle in symfony's /app/AppKernel.php
new EasternColor\SitemapBundle\EasternColorSitemapBundle()
,
Prerequisites
- You MUST set "framework.templating" in Symfony's config.yml
TODO
- Remove services dependency on container
- Extends this README
Command
ec:sitemap:generate
- option:
--gzip
- option:
Basic Usage (route option)
- Simply add option
sitemap
to any route.- xml:
<option key="sitemap">true</option>
- xml:
- You may provide a list of locales using Symfony parameters, naming it locales
- e.g.:
locales: ['en', 'zh']
- e.g.:
Advanced Usage (custom service provider)
- Create symfony service provider
License
This bundle is under the MIT license.
All versions of sitemap-bundle with dependencies
PHP Build Version
Package Version
The package eastern-color/sitemap-bundle contains the following files
Loading the files please wait ....