kantowatanabe/korelibrary-sample

korelibrary sample.


License
MIT

Documentation

Kore-Skeleton

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