codex/sitemap

Codex Addon. Generates a sitemap.xml.

dev-master / 2.1.x-dev 2019-04-27 07:24 UTC

This package is auto-updated.

Last update: 2024-04-11 23:52:45 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