codex/sitemap

Codex Addon. Generates a sitemap.xml.

Downloads

33

Stars

0

Version


title: Sitemap subtitle: 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

codex-project

Author

codex-project