colibri-platform / project-basic
Skeletton for a basic Colibri based project.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- colibri-platform/base: @dev
Requires (Dev)
This package is auto-updated.
Last update: 2020-12-23 16:14:48 UTC
README
Basic Skeletton to build a Colibri based application
1. Install
composer global require "fxp/composer-asset-plugin:^1.3.1"
composer create-project --stability dev colibri-platform/project-basic colibri-basic
2. Run
cd colibri-basic && ./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.