kunstmaan / sitemap-bundle
A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes
Installs: 30 016
Dependents: 3
Suggesters: 0
Security: 0
Stars: 11
Watchers: 18
Forks: 1
Type:symfony-bundle
Requires
- php: ^7.2
- doctrine/collections: ^1.6
- kunstmaan/admin-bundle: ~5.2
- kunstmaan/node-bundle: ~5.2
- kunstmaan/pagepart-bundle: ~5.2
Requires (Dev)
- 6.0.x-dev
- dev-master / 5.8.x-dev
- 5.7.x-dev
- 5.7.1
- 5.7.0
- 5.6.x-dev
- 5.6.4
- 5.6.3
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.x-dev
- 5.5.6
- 5.5.5
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.x-dev
- 5.4.7
- 5.4.6
- 5.4.5
- 5.4.4
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.x-dev
- 5.3.14
- 5.3.13
- 5.3.12
- 5.3.11
- 5.3.10
- 5.3.9
- 5.3.8
- 5.3.7
- 5.3.6
- 5.3.5
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.x-dev
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.x-dev
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.x-dev
- 5.0.14
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-RC2
- 5.0.0-RC1
- 4.2.x-dev
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-RC1
- 3.6.x-dev
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.x-dev
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.x-dev
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.x-dev
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.x-dev
- 3.2.6
- 3.2.5
- 3.2.4.1
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1.1
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3
- v2.2.8
- v0.1
- dev-sf3
This package is auto-updated.
Last update: 2020-12-22 06:38:25 UTC
README
The KunstmaanSitemapBundle adds a sitemap to your website. it will generate a sitemap recursively from all the children of the top nodes.
Installation instructions
composer.json
"require": { "kunstmaan/sitemap-bundle": "*" },
AppKernel.php:
public function registerBundles() { $bundles = array( // ... new Kunstmaan\SitemapBundle\KunstmaanSitemapBundle(), // ... );
routing.yml
# KunstmaanSitemapBundle
KunstmaanSitemapBundle:
resource: "@KunstmaanSitemapBundle/Resources/config/routing.yml"
prefix: /{_locale}/
requirements:
_locale: "%requiredlocales%"
Use
Once installed, you will be able to view the generated sitemap XML on the '/en/sitemap.xml' route.
Documentation
The bundle comes with a generated XML and its own sitemap page you can add to your website, for more information, check our the more detailed documentation.