andrtechno / mod-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod-admin

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'],
],

About


Languages

Language:PHP 99.0%Language:CSS 0.7%Language:JavaScript 0.3%