panix / mod-manages
Module manages
dev-main
2021-10-28 09:23 UTC
Requires
- panix/engine: *
This package is auto-updated.
Last update: 2026-02-28 18:34:20 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-manages "*"
or add
"panix/mod-manages": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'manages' => ['class' => 'panix\mod\manages\Module'],
],
Migrate
php yii migrate --migrationPath=vendor/panix/mod-manages/migrations