panix / mod-sitemap
Module sitemap
Installs: 214
Dependents: 4
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-module
This package is auto-updated.
Last update: 2024-10-28 11:22:08 UTC
README
Module for sitemap.xml Pixelion CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-sitemap "*"
or add
"panix/mod-sitemap": "*"
to the require section of your composer.json
file.
Add to web config.
'modules' => [
'sitemap' => ['class' => 'panix\mod\sitemap\Module'],
],
Run
http://example.com/sitemap.xml