kwaadpepper / refresh-sitemap
This package is abandoned and no longer maintained.
The author suggests using the sitemap-refresh package instead.
Create sitemap.xml for all routes
2.0.1
2023-05-22 14:29 UTC
Requires
- illuminate/support: ~10
- laravel/framework: ~10
- spatie/laravel-sitemap: ^6.0
Requires (Dev)
- slevomat/coding-standard: ^8.11
README
Creates sitemap.xml and refresh using a config file
New Ignore routes can now take route names instead of urls
Installation
Via Composer
$ composer require kwaadpepper/refresh-sitemap
Usage
-
php artisan vendor:publish --provider="Kwaadpepper\RefreshSitemap\RefreshSitemapServiceProvider" -
Change configuration in
config/refresh-sitemap.php -
You can test your configuration using
php artisan sitemap:refresh --dry-run
Change log
Please see the changelog for more information on what has changed recently.
Security
If you discover any security related issues, please email github@jeremydev.ovh instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.