Skip to content

Administrative web interface for data based on the DSL model

License

Notifications You must be signed in to change notification settings

ngs-doo/dsl-admin-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

About

Administrative web interface for data based on the DSL model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published