2017 © Pedro Peláez
 

library enlite-admin

image

enlitepro/enlite-admin

  • Tuesday, April 8, 2014
  • by ftdebugger
  • Repository
  • 2 Watchers
  • 2 Stars
  • 556 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

Admin module for Zend Framework 2 Build Status

INSTALL

The recommended way to install is through composer., (*1)

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

USAGE

Add EnliteAdmin to your config/application.config.php to enable module., (*2)

COMMANDS

You can add commands in $config['admin']['commands']. It you can execute from admin/commands page., (*3)

The Versions