fliak / enlite-admin

Simple admin panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin module for Zend Framework 2 Build Status

INSTALL

The recommended way to install is through composer.

{
    "require": {
        "enlitepro/enlite-admin": "1.2.*"
    }
}

USAGE

Add EnliteAdmin to your config/application.config.php to enable module.

COMMANDS

You can add commands in $config['admin']['commands']. It you can execute from admin/commands page.

About

Simple admin panel


Languages

Language:PHP 87.4%Language:HTML 11.4%Language:CSS 1.1%