korephp / kore-skeleton
使用Kore创建应用程序的骨架。
v2.5.0
2021-05-23 02:19 UTC
Requires
- korephp/kore: ^2.5
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