korephp/kore-skeleton

A skeleton for creating applications with Kore.

v2.5.0 2021-05-23 02:19 UTC

This package is auto-updated.

Last update: 2024-04-23 08:55:15 UTC


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