panix/mod-admin

Module admin

Maintainers

Package info

github.com/andrtechno/mod-admin

Type:pixelion-module

pkg:composer/panix/mod-admin

Statistics

Installs: 392

Dependents: 5

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.8 2022-07-13 17:04 UTC

This package is auto-updated.

Last update: 2026-03-09 01:29:37 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-admin "*"

or add

"panix/mod-admin": "*"

to the require section of your composer.json file.

Add to web config.

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