-
Add to your
composer.json
"require": { //... "presta/sitemap-bundle": "dev-master" }
-
Enable the bundle in your
app/AppKernel.php
public function registerBundles() { $bundles = array( //... new Presta\SitemapBundle\PrestaSitemapBundle(), ); }
-
[optional] Add the routes to your
app/config/routing.yml
PrestaSitemapBundle: resource: "@PrestaSitemapBundle/Resources/config/routing.yml" prefix: /