Sitemap generator for Laravel.
Run the following command and provide the latest stable version (e.g v8.*) :
composer require pelazio/sitemap
or add the following to your composer.json
file :
"pelazio/sitemap": "^9"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="pelazio\Sitemap\SitemapServiceProvider"
Before submiting new merge request or creating new issue, please read contribution guidelines.
This package is open-sourced software licensed under the MIT license.