southwest / boiler
Boiler plate project for the SouthWest Framework
dev-master
2019-04-21 19:38 UTC
Requires
- php: >=7.0
- southcoast/cache: dev-master
- southcoast/helpers: dev-master
- southcoast/novelty: dev-master
- southcoast/utility: dev-master
This package is auto-updated.
Last update: 2024-10-22 07:48:49 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": "", }