korephp/kore-skeleton

使用Kore创建应用程序的骨架。

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

This package is auto-updated.

Last update: 2024-09-23 09:45:53 UTC


README

使用 Kore 创建应用程序的骨架。

安装

composer create-project korephp/kore-skeleton YOUR_APP_NAME
cd YOUR_APP_NAME
cp app/config/config-sample.php app/config/config.php

示例

Web应用程序

composer start

命令行应用程序

bin/console example