panix / mod-delivery
Module delivery
Package info
github.com/andrtechno/mod-delivery
Type:pixelion-module
pkg:composer/panix/mod-delivery
dev-master
2021-02-04 09:53 UTC
This package is auto-updated.
Last update: 2026-03-04 20:49:38 UTC
README
Module for Pixelion CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-delivery "*"
or add
"panix/mod-delivery": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'delivery' => ['class' => 'panix\mod\delivery\Module'],
],