nutrija / dsl-admin-php

Administrative web interface for data based on the DSL model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/dsl-admin-php": "dev-master"
    },
    "scripts": {
        "post-install-cmd": "PhpDslAdmin\\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

License:Other


Languages

Language:JavaScript 50.3%Language:PHP 31.6%Language:CSS 18.1%