title | subtitle |
---|---|
Sitemap |
Addons |
Generates a sitemap.xml
composer require codex/sitemap
php artisan codex:addons:enable codex/sitemap
php artisan vendor:publish --provider="Codex\Sitemap\SitemapAddonServiceProvider"
config/codex-sitemap.php
[
'output_path' => public_path('sitemap.xml'),
]
Copyright 2019 Robin Radic - MIT Licensed