File: D:/HostingSpaces/SBogers10/jacques-hein.komma.pro/vendor/roumen/sitemap/README.md
# [laravel-sitemap](http://roumen.it/projects/laravel-sitemap) package
[](https://packagist.org/packages/roumen/sitemap) [](https://packagist.org/packages/roumen/sitemap) [](https://travis-ci.org/RoumenDamianoff/laravel-sitemap) [](https://packagist.org/packages/roumen/sitemap)
A simple sitemap generator for Laravel 4.
## Installation
Run the following command and provide the latest stable version (e.g v2.4.16) :
```bash
composer require roumen/sitemap
```
or add the following to your `composer.json` file :
```json
"roumen/sitemap": "2.4.*"
```
Then register this service provider with Laravel :
```php
'Roumen\Sitemap\SitemapServiceProvider',
```
Publish configuration file (OPTIONAL) :
```bash
php artisan config:publish roumen/sitemap
```
## Examples
[How to generate dynamic sitemap (with optional caching)](https://github.com/RoumenDamianoff/laravel-sitemap/wiki/Dynamic-sitemap)
[How to use multiple sitemaps with sitemap index](https://github.com/RoumenDamianoff/laravel-sitemap/wiki/Sitemap-index)
[How to generate sitemap file](https://github.com/RoumenDamianoff/laravel-sitemap/wiki/Generate-sitemap)
and more in the [Wiki](https://github.com/RoumenDamianoff/laravel-sitemap/wiki)