r94ever/sitemap

Sitemap package for Laravel.

v9.0.0 2025-09-30 14:49 UTC

README

Sitemap generator for Laravel.

Installation

Run the following command and provide the latest stable version (e.g v8.*) :

composer require r94ever/sitemap``` 
Laravel Version Sitemap Version
12.x 9.x
8.x | 9.x | 10.x | 11.x 8.x
7.x 7.x
6.x 6.x
5.8 3.1.x
5.7 3.0.x
5.6 2.8.x
5.5 2.7.x

Publish needed assets (styles, views, config files) :

php artisan vendor:publish --provider="R94ever\Sitemap\SitemapServiceProvider"

Note: Composer won't update them after composer update, you'll need to do it manually!

Examples

and more in the Wiki.

License

This package is open-sourced software licensed under the MIT license.