colibri-platform/project-admin

This package is abandoned and no longer maintained. No replacement package was suggested.

Skeletton for a Colibri based project with an admin interface.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/colibri-platform/project-admin

v1.0.1 2018-02-17 23:14 UTC

This package is auto-updated.

Last update: 2020-12-23 16:14:40 UTC


README

Basic Skeletton to build a Colibri based application with an admin interface.

1. Install

composer create-project colibri-platform/project-admin

2. Run

cd project-admin && ./yii serve

3. Finish install

This step create configuration file, DB tables and admin user.

Simply go to http://127.0.0.1:8080/ in your browser and follow instructions.