codex / sitemap
Codex Addon. Generates a sitemap.xml.
Installs: 33
Dependents: 0
Suggesters: 9
Security: 0
Stars: 0
Watchers: 1
Forks: 5
Type:codex-addon
pkg:composer/codex/sitemap
Requires
- codex/core: ~2.0
- spatie/laravel-sitemap: ^5.2
Suggests
- codex/algolia-search: Integrates algolia search into codex (~2.0)
- codex/auth: Provides authentication using oauth providers (socialite) to restrict project access (~2.0)
- codex/blog: Provides blogging capability with categories containing posts (~2.0)
- codex/comments: Adds comments to your documents like Disqus or create your own adapter (~2.0)
- codex/filesystems: Adds a collection of common filesystem adapters. These can be used by your projects. (~2.0)
- codex/git: Enables Github/Bitbucket integration & synchronisation (auto-webhook or manual) based on tags/branches. (~2.0)
- codex/packagist: Integrates Packagist information links and macros in your projects (~2.0)
- codex/phpdoc: Integrates PHPDoc documentation, links and macros in your projects (~2.0)
This package is auto-updated.
Last update: 2025-09-12 02:49:06 UTC
README
title | subtitle |
---|---|
Sitemap | Addons |
Sitemap Addon
Generates a sitemap.xml
Installation
composer require codex/sitemap
php artisan codex:addons:enable codex/sitemap
php artisan vendor:publish --provider="Codex\Sitemap\SitemapAddonServiceProvider"
Configuration
config/codex-sitemap.php
[ 'output_path' => public_path('sitemap.xml'), ]
Copyright/License
Copyright 2019 Robin Radic - MIT Licensed