Download the PHP package kwaadpepper/sitemap-refresh without Composer
On this page you can find all versions of the php package kwaadpepper/sitemap-refresh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kwaadpepper/sitemap-refresh
More information about kwaadpepper/sitemap-refresh
Files in kwaadpepper/sitemap-refresh
Download kwaadpepper/sitemap-refresh
More information about kwaadpepper/sitemap-refresh
Files in kwaadpepper/sitemap-refresh
Please rate this library. Is it a good library?
Informations about the package sitemap-refresh
Refresh Sitemap
Creates sitemap.xml and refresh using a config file
Installation
Via Composer
Usage
-
php artisan vendor:publish --tag=sitemap-refresh - Change configuration in
config/sitemap-refresh.php - You can test your configuration using
php artisan sitemap:refresh --dry-run - If you wish to complete the sitemap (like if random models are displayed) run
php artisan sitemap:install, then add urls in app/lib/CompleteSitemapWith
URL generation notes
- Sitemap entries are normalized before being stored, so equivalent URLs like
https://example.comandhttps://example.com/are exported only once. - Default ports are removed during normalization and hosts are canonicalized to lowercase.
- Query strings are still ignored by the package unless you explicitly index them yourself.
- During sitemap generation,
app.urlis temporarily forced into Laravel's URL generator. This ensures URLs produced fromroute(),url()or customcompleteWithcallbacks stay on the same canonical domain as the crawler.
Change log
Please see the changelog for more information on what has changed recently.
License
MIT. Please see the license file for more information.
All versions of sitemap-refresh with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
illuminate/support Version ~11|~12|~13
laravel/framework Version ~11|~12|~13
spatie/laravel-sitemap Version ^7.4
illuminate/support Version ~11|~12|~13
laravel/framework Version ~11|~12|~13
spatie/laravel-sitemap Version ^7.4
The package kwaadpepper/sitemap-refresh contains the following files
Loading the files please wait ...