Skip to content

The 'On-Demand-Core' is a fully customizable high-end modular engine for building business-specific on-demand apps. Features include events and notifications, user profiles, access control, and a customizable CRUD API.

License

Notifications You must be signed in to change notification settings

Reinvently/On-Demand-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create new project

Create project folder

mkdir project
cd project

Download Yii

composer create-project --prefer-dist yiisoft/yii2-app-basic ./

Update composer.json

"repositories": [
        {
            "type": "vcs",
            "url": "[email protected]:Reinvently/On-Demand-Core.git"
        }
],
"require": {
        "reinvently/on-demand/core": "dev-master"
}

Composer

composer update

Deploy existing project

Create project folder

mkdir project
cd project

Composer

composer self-update
composer global require "fxp/composer-asset-plugin:1.0.0-beta3"
composer update

Permissions

chmod 777 runtime/ web/assets

Update composer.json

"repositories": [
    ...,
    {
        "type": "vcs",
        "url": "[email protected]:Reinvently/On-Demand-Core.git"
    }
],
"require": {
    ...,    
    "reinvently/on-demand/core": "dev-master"
}

Composer

composer update

About

The 'On-Demand-Core' is a fully customizable high-end modular engine for building business-specific on-demand apps. Features include events and notifications, user profiles, access control, and a customizable CRUD API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published