panix/mod-contacts

Module pages

Maintainers

Package info

github.com/andrtechno/mod-contacts

Type:pixelion-module

pkg:composer/panix/mod-contacts

Statistics

Installs: 295

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2022-09-28 14:39 UTC

This package is auto-updated.

Last update: 2026-02-28 22:41:51 UTC


README

Module for 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-contacts "*"

or add

"panix/mod-contacts": "*"

to the require section of your composer.json file.

Add to web config.

    'modules' => [
        'contacts' => ['class' => 'panix\mod\contacts\Module'],
    ],