PHPackages                             noprotocol/laravel-sitemap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. noprotocol/laravel-sitemap

ActiveLibrary

noprotocol/laravel-sitemap
==========================

A simple sitemap builder for multiple sitemaps based on Eloquent

145PHP

Since Feb 26Pushed 10y ago4 watchersCompare

[ Source](https://github.com/noprotocol/laravel-sitemap)[ Packagist](https://packagist.org/packages/noprotocol/laravel-sitemap)[ RSS](/packages/noprotocol-laravel-sitemap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

Laravel sitemap
===============

[](#laravel-sitemap)

A dynamic sitemap creator for Laravel. Runs from a simple config and can be used to create multiple sitemaps. Comes in handy when running multiple domains and/or multiple models.

How does it work
----------------

[](#how-does-it-work)

```
composer install noprotocol/laravel-sitemap
php artisan vendor:publish --provider="Noprotocol\LaravelSitemap\SitemapServiceProvider"
```

Open the config/sitemap.php file and edit it. An example has been supplied

```
