Administrative web interface for data based on the DSL model

dev-master 2015-06-10 08:30 UTC

This package is not auto-updated.

Last update: 2024-04-23 06:38:53 UTC


README

Administrative web interface for data based on the DSL model

Installation

Add the following to your composer.json and run composer install

{
    "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.