panix/mod-sitemap

Module sitemap

Maintainers

Package info

github.com/andrtechno/mod-sitemap

Type:pixelion-module

pkg:composer/panix/mod-sitemap

Statistics

Installs: 217

Dependents: 4

Suggesters: 1

Stars: 0

Open Issues: 0

1.0.0 2023-06-05 14:34 UTC

This package is auto-updated.

Last update: 2026-02-28 14:08:46 UTC


README

Module for sitemap.xml Pixelion CMS

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

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