korephp / kore-skeleton
A skeleton for creating applications with Kore.
v2.5.0
2021-05-23 02:19 UTC
Requires
- korephp/kore: ^2.5
README
A skeleton for creating applications with Kore.
Installation
composer create-project korephp/kore-skeleton YOUR_APP_NAME
cd YOUR_APP_NAME
cp app/config/config-sample.php app/config/config.php
Example
Web App
composer start
CLI App
bin/console example