2017 © Pedro Peláez
 

library admin

Administrative web interface for data based on the DSL model

image

dsl-platform/admin

Administrative web interface for data based on the DSL model

  • Wednesday, June 10, 2015
  • by nutrija
  • Repository
  • 1 Watchers
  • 1 Stars
  • 25 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Introduction

Administrative web interface for data based on the DSL model, (*1)

Installation

Add the following to your composer.json and run composer install, (*2)

{
    "minimum-stability": "dev",
    "require": {
        "dsl-platform/admin": "dev-master"
    },
    "scripts": {
        "post-install-cmd": "DslPlatform\\Installer::install"
    },
    "autoload": {
        "psr-0": {
            "": ["src/", "Generated-PHP/", "Generated-PHP-UI/"]
        }
    }
}

Afterwards, run ./php-compile.sh to generate PHP sources., (*3)

The Versions

10/06 2015

dev-master

9999999-dev

Administrative web interface for data based on the DSL model

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires