Sitemap generator for Laravel10.
- Dev Branches are for development and are UNSTABLE (use on your own risk)!
Run the following command and provide the latest stable version (e.g v8.*) :
composer require victorbuild/sitemap
or add the following to your composer.json
file :
"victorbuild/sitemap": "10.*"
(development branch)
"victorbuild/sitemap": "10.x-dev"
"victorbuild/sitemap": "9.*"
(development branch)
"victorbuild/sitemap": "9.x-dev"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Victorbuild\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.