panix / mod-companies
Module companies
Package info
github.com/andrtechno/mod-companies
Type:pixelion-module
pkg:composer/panix/mod-companies
dev-main
2024-05-19 07:55 UTC
This package is auto-updated.
Last update: 2026-03-19 11:39:01 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-companies "*"
or add
"panix/mod-companies": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'companies' => ['class' => 'panix\mod\companies\Module'],
],