r94ever/sitemap

Sitemap package for Laravel.

Maintainers

Package info

github.com/r94ever/laravel-sitemap

pkg:composer/r94ever/sitemap

Statistics

Installs: 18 032

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v10.0.0 2026-05-09 15:00 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
13.x 10.x
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.