西南/锅炉

SouthWest框架的锅炉板项目

dev-master 2019-04-21 19:38 UTC

This package is auto-updated.

Last update: 2024-09-22 07:41:41 UTC


README

PHP的简单MVC框架。主要用于API和服务开发。

开始使用

设置sc.env文件。仓库中提供了一个示例文件,请确保至少填写以下字段

{
    "dev": true,
    /* A machine identifier */
    "machine": "PAMERO",
    /* The full path to the application base_directory (Where this file is located) */
    "base_dir": "",
    /* Specify a temp directory */
    "temp_dir": "",
}