colibri-platform / project-admin
Skeletton for a Colibri based project with an admin interface.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- colibri-platform/admin: ~1.0
Requires (Dev)
- yiisoft/yii2-debug: ~2.0.0
- yiisoft/yii2-gii: ~2.0.0
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.