kwaadpepper / refresh-sitemap
Create sitemap.xml for all routes
Installs: 2 117
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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.