Sitemap generator for Laravel.
Add the following to your composer.json
file:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/TixelRocks/laravel-sitemap"
}
]
Run the following command and provide the latest stable version:
composer require tixelrocks/laravel-sitemap
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Laravelium\Sitemap\SitemapServiceProvider"
Note: Composer won't update them after composer update
, you'll need to do it manually!
and more in the Wiki.
Before submiting new merge request or creating new issue, please read contribution guidelines.
This package is open-sourced software licensed under the MIT license.