# Bundle installation Require the bundle as a dependency. ```bash $ composer require presta/sitemap-bundle ``` Enable it in your application Kernel. ```php ['all' => true], ]; ``` Or in your legacy application. ```php **Note** you may not be required to import routing if you would only rely on dumped sitemaps. > Jump to [dedicated documentation](6-dumping-sitemap.md) for more information. --- « [README](../../README.md) • [Configuration](2-configuration.md) »