southwest/boiler

Boiler plate project for the SouthWest Framework

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

This package is auto-updated.

Last update: 2024-04-22 06:53:21 UTC


README

Simple MVC Framework for PHP. Mainly designed for API and Service Development.

Getting Started

Setup the sc.env file. There is an example file provided in the repo. Make sure you fill out at least the filed specified below:

{
    "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": "",
}