laravel-sitemap package
A simple sitemap generator for Laravel 4.
Add the following to your composer.json
file :
"roumen/sitemap": "dev-master"
Then register this service provider with Laravel :
'Roumen\Sitemap\SitemapServiceProvider',
Publish configuration file. (OPTIONAL)
php artisan config:publish roumen/sitemap
How to generate dynamic sitemap (with optional caching)
How to use multiple sitemaps with sitemap index
and more in the Wiki